Home
last modified time | relevance | path

Searched refs:S_ISDIR (Results 1 – 6 of 6) sorted by relevance

/ndk/sources/host-tools/make-3.81/
Dmake.h178 # ifdef S_ISDIR
179 # undef S_ISDIR
186 #ifndef S_ISDIR
187 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
Dread.c2865 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()
/ndk/sources/android/crazy_linker/src/
Dcrazy_linker_system.cpp77 return S_ISREG(st.st_mode) || S_ISDIR(st.st_mode); in PathExists()
/ndk/sources/host-tools/make-3.81/glob/
Dglob.c236 # undef S_ISDIR
238 # ifndef S_ISDIR
239 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
809 && S_ISDIR (st.st_mode)))
955 || !S_ISDIR (st.st_mode))
1031 && S_ISDIR (st.st_mode))
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/
Dgtest-port.h1749 inline bool IsDir(const StatStruct& st) { return S_ISDIR(st.st_mode); }
/ndk/sources/host-tools/ndk-depends/
Dndk-depends.cc864 } else if (!S_ISDIR(st.st_mode)) { in AddHostLdSoConfPaths()