Home
last modified time | relevance | path

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

/bionic/libc/upstream-freebsd/lib/libc/stdio/
Dremove.c51 if (S_ISDIR(sb.st_mode)) in remove()
Dmktemp.c142 if (!S_ISDIR(sbuf.st_mode)) { in _gettemp()
/bionic/libc/kernel/common/linux/
Dstat.h39 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/bionic/libc/bionic/
Ddirent.cpp70 if (!S_ISDIR(sb.st_mode)) { in fdopendir()
Dfts.c822 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()