Home
last modified time | relevance | path

Searched defs:S_ISDIR (Results 1 – 14 of 14) sorted by relevance

/external/clang/lib/Basic/
DFileSystemStatCache.cpp28 #define S_ISDIR(s) ((_S_IFDIR & s) !=0) macro
/external/webrtc/test/testsupport/
Dfileutils.cc23 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
/external/kernel-headers/original/linux/
Dstat.h26 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/external/bison/linux-lib/sys/
Dstat.h429 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
431 # define S_ISDIR(m) 0 macro
/external/bison/darwin-lib/sys/
Dstat.h429 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
431 # define S_ISDIR(m) 0 macro
/external/grub/stage2/
Dfsys_minix.c154 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
Dfsys_ext2fs.c235 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
Dfsys_reiserfs.c287 #define S_ISDIR(mode) (((mode) & 0170000) == 0040000) macro
/external/clang/lib/Frontend/
DCacheTokens.cpp33 #define S_ISDIR(x) (((x)&_S_IFDIR)!=0) macro
/external/chromium_org/third_party/libxml/src/
DxmlIO.c67 # define S_ISDIR(x) _S_ISDIR(x) macro
76 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/external/openssl/apps/
Dapps.c3050 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) macro
3052 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/external/libxml2/
DxmlIO.c70 # define S_ISDIR(x) _S_ISDIR(x) macro
79 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
/external/chromium_org/third_party/openssl/openssl/apps/
Dapps.c3050 # define S_ISDIR(a) (((a) & _S_IFMT) == _S_IFDIR) macro
3052 # define S_ISDIR(a) (((a) & S_IFMT) == S_IFDIR) macro
/external/openssh/
Ddefines.h139 # define S_ISDIR(mode) (((mode) & (_S_IFMT)) == (_S_IFDIR)) macro