Home
last modified time | relevance | path

Searched refs:statbuf (Results 1 – 2 of 2) sorted by relevance

/trunk/main/setup_native/scripts/source/
H A Dgetuid.c81 struct stat statbuf; in chmod() local
82 if (stat(path, &statbuf) == 0) in chmod()
84 if ((statbuf.st_mode & S_IFDIR) != 0) in chmod()
/trunk/main/l10ntools/source/
H A Ddirectory.cxx181 struct stat statbuf; in readDirectory() local
191 …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 18 milliseconds