Searched refs:S_IFBLK (Results 1 - 3 of 3) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/include/sys/
H A Dstat.h33 #define S_IFBLK 0060000 macro
46 #define S_ISBLK(mode) (((mode)&S_IFMT) == S_IFBLK)
/fuchsia/zircon/third_party/uapp/dash/src/bltin/
H A Dzircon.c67 case S_IFBLK:
/fuchsia/zircon/system/host/minfs/
H A Dmain.cpp29 case S_IFBLK:

Completed in 28 milliseconds