Home
last modified time | relevance | path

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

/bionic/tests/headers/posix/
Dsys_stat_h_file_type_test_macros.h35 #if !defined(S_ISDIR)
36 #error S_ISDIR
/bionic/linker/
Dlinker_utils.cpp223 if (!S_ISDIR(s.st_mode)) { in resolve_path()
247 if (stat(normalized_path.c_str(), &s) == 0 && S_ISDIR(s.st_mode)) { in resolve_path()
/bionic/tools/versioner/src/
DUtils.h41 if (stat(path.c_str(), &st) == 0 && S_ISDIR(st.st_mode)) { in is_directory()
Dversioner.cpp95 return stat(path.c_str(), &st) == 0 && S_ISDIR(st.st_mode); in is_dir()
129 if (!S_ISDIR(st.st_mode)) { in collectRequirements()
542 if (!S_ISDIR(st.st_mode) && !S_ISREG(st.st_mode)) { in main()
/bionic/libc/kernel/uapi/linux/
Dstat.h36 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/bionic/libc/bionic/
Ddirent.cpp94 if (!S_ISDIR(sb.st_mode)) { in fdopendir()
Dfts.c824 if (S_ISDIR(sbp->st_mode)) { in fts_stat()
/bionic/tests/
Dftw_test.cpp65 if (S_ISDIR(sb->st_mode)) { in sanity_check_ftw()
/bionic/libc/system_properties/
Dsystem_properties.cpp58 return S_ISDIR(info.st_mode); in is_dir()
/bionic/libc/upstream-freebsd/lib/libc/gen/
Dglob.c670 (S_ISDIR(sb.st_mode) || in glob2()
673 S_ISDIR(sb.st_mode)))) { in glob2()