Home
last modified time | relevance | path

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

/bionic/libc/upstream-openbsd/lib/libc/stdio/
Dremove.c46 if (S_ISDIR(st.st_mode)) in remove()
/bionic/tests/
Dftw_test.cpp27 bool is_dir = S_ISDIR(sb->st_mode); in sanity_check_ftw()
35 bool is_dir = S_ISDIR(sb->st_mode); in sanity_check_nftw()
/bionic/libc/kernel/uapi/linux/
Dstat.h39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/bionic/libc/bionic/
Ddirent.cpp72 if (!S_ISDIR(sb.st_mode)) { in fdopendir()
Dfts.c824 if (S_ISDIR(sbp->st_mode)) { in fts_stat()
/bionic/libc/upstream-freebsd/lib/libc/stdlib/
Drealpath.c149 if (!S_ISDIR(sb.st_mode)) { in realpath()