Searched refs:S_IFDIR (Results 1 – 8 of 8) sorted by relevance
262 if ( (aEntryStatus.st_mode & S_IFDIR) == S_IFDIR in GetContainedDirectories()295 if ( (aEntryStatus.st_mode & S_IFDIR) == S_IFDIR ) in GetContainedFiles()
54 #ifndef S_IFDIR55 #define S_IFDIR 0040000 macro
103 if ((exists_path(incCollection, path)) && stat(path, &st) == 0 && !( st.st_mode & S_IFDIR)) {119 if ((exists_path(incCollection, path)) && stat(path, &st) == 0 && !(st.st_mode & S_IFDIR)) {
293 if ( ( aEntryStatus.st_mode & S_IFDIR ) == S_IFDIR ) in GatherSubDirectories()
546 if ( ( aStat.st_mode & S_IFDIR ) == S_IFDIR ) in Update()
84 if ((statbuf.st_mode & S_IFDIR) != 0) in chmod()
242 case S_IFDIR: in readDirectory()
312 - return check_mode(s, S_IFDIR);641 + return check_mode(s, S_IFDIR);
Completed in 51 milliseconds