Searched defs:S_ISDIR (Results 1 – 2 of 2) sorted by relevance
/tools/include/uapi/linux/ | ||
D | stat.h | 23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro |
/tools/include/nolibc/ | ||
D | nolibc.h | 216 #define S_ISDIR(mode) (((mode) & S_IFDIR) == S_IFDIR) macro |