Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsysinfo.cpp57 if (entry->d_type == DT_DIR && __matches_cpuN(entry->d_name)) { in get_nprocs_conf()
Dfts.c710 #ifdef DT_DIR in fts_build()
712 dp->d_type != DT_DIR && dp->d_type != DT_UNKNOWN) in fts_build()
/bionic/libc/include/
Ddirent.h41 #define DT_DIR 4 macro