Searched refs:S_ISDIR (Results 1 – 6 of 6) sorted by relevance
178 # ifdef S_ISDIR179 # undef S_ISDIR186 #ifndef S_ISDIR187 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
2865 if (e == 0 && S_ISDIR (stbuf.st_mode)) in construct_include_path()2902 if (e == 0 && S_ISDIR (stbuf.st_mode)) in construct_include_path()
77 return S_ISREG(st.st_mode) || S_ISDIR(st.st_mode); in PathExists()
236 # undef S_ISDIR238 # ifndef S_ISDIR239 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro809 && S_ISDIR (st.st_mode)))955 || !S_ISDIR (st.st_mode))1031 && S_ISDIR (st.st_mode))
1749 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
864 } else if (!S_ISDIR(st.st_mode)) { in AddHostLdSoConfPaths()