Home
last modified time | relevance | path

Searched refs:S_IFDIR (Results 1 – 4 of 4) sorted by relevance

/third_party/ulib/musl/include/sys/
A Dstat.h31 #define S_IFDIR 0040000 macro
44 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR)
/third_party/lib/acpica/source/tools/acpisrc/
A Dasmain.c129 if (Gbl_StatBuf.st_mode & S_IFDIR) in AsExaminePaths()
131 *SourceFileType = S_IFDIR; in AsExaminePaths()
446 if (FileType == S_IFDIR) in main()
/third_party/lib/acpica/source/include/acpica/platform/
A Dacmsvc.h74 #define S_IFDIR _S_IFDIR macro
/third_party/uapp/dash/src/bltin/
A Dzircon.c69 case S_IFDIR: in modestr()

Completed in 6 milliseconds