Searched refs:S_ISDIR (Results 1 – 7 of 7) sorted by relevance
38 return S_ISDIR(St.st_mode); in IsDirectory()
103 #undef S_ISDIR111 #define S_ISDIR(m) (((m) & _S_IFMT) == _S_IFDIR) macro
560 else if (S_ISDIR(mode)) in create_file_status()
2012 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
401 return S_ISDIR(st.st_mode); in DirExists()
550 return S_ISDIR(st.st_mode); in DirExists()
469 if (!S_ISREG(buf.st_mode) && !S_ISDIR(buf.st_mode) && !S_ISLNK(buf.st_mode))705 if (S_ISDIR(Mode))