Home
last modified time | relevance | path

Searched refs:S_ISREG (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/kernel/common/linux/
Dstat.h30 #define S_ISREG(m) (((m) & S_IFMT) == S_IFREG) macro
/bionic/libc/bionic/
Dfts.c853 if (S_ISREG(sbp->st_mode)) in fts_stat()
/bionic/linker/
Dlinker.c609 if ((stat(name, &filestat) >= 0) && S_ISREG(filestat.st_mode)) { in _open_lib()