Searched refs:statbuf (Results 1 – 2 of 2) sorted by relevance
81 struct stat statbuf; in chmod() local82 if (stat(path, &statbuf) == 0) in chmod()84 if ((statbuf.st_mode & S_IFDIR) != 0) in chmod()
181 struct stat statbuf; in readDirectory() local191 …if( stat( sFullpathext.getStr() , &statbuf ) < 0 ){ printf("warning: Can not stat %s" , sFullpa… in readDirectory()193 if( S_ISDIR(statbuf.st_mode ) == 0 ) { return; }// error } return; // not dir in readDirectory()
Completed in 16 milliseconds