/external/webrtc/webrtc/test/testsupport/ |
D | fileutils.cc | 32 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
|
/external/webrtc/webrtc/modules/video_coding/codecs/tools/ |
D | video_quality_measurement.cc | 19 #define S_ISDIR(mode) (((mode)&S_IFMT) == S_IFDIR) macro
|
/external/python/cpython2/Lib/ |
D | stat.py | 40 def S_ISDIR(mode): function
|
/external/libevent/sample/ |
D | http-server.c | 26 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
|
/external/ImageMagick/MagickWand/ |
D | studio.h | 198 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
|
/external/python/cpython3/Lib/ |
D | stat.py | 46 def S_ISDIR(mode): function
|
/external/ImageMagick/MagickCore/ |
D | studio.h | 200 # define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
|
/external/u-boot/fs/yaffs2/ |
D | yportenv.h | 254 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
/external/kernel-headers/original/uapi/linux/ |
D | stat.h | 23 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
/external/curl/lib/ |
D | curl_setup.h | 751 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
/external/python/cpython3/Include/ |
D | pyport.h | 245 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
|
/external/libxml2/ |
D | xmlIO.c | 54 # define S_ISDIR(x) _S_ISDIR(x) macro 57 # define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro 59 # define S_ISDIR(m) (((m) & _S_IFMT) == S_IFDIR) macro
|
/external/python/cpython2/Include/ |
D | pyport.h | 405 #define S_ISDIR(x) (((x) & S_IFMT) == S_IFDIR) macro
|
/external/u-boot/include/linux/ |
D | stat.h | 24 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR) macro
|
/external/clang/lib/Frontend/ |
D | CacheTokens.cpp | 35 #define S_ISDIR(x) (((x)&_S_IFDIR)!=0) macro
|
/external/openssh/ |
D | defines.h | 160 # define S_ISDIR(mode) (((mode) & (_S_IFMT)) == (_S_IFDIR)) macro
|
/external/u-boot/fs/reiserfs/ |
D | reiserfs_private.h | 399 #define S_ISDIR(mode) (((mode) & 0170000) == 0040000) macro
|
/external/python/cpython2/Lib/plat-atheos/ |
D | IN.py | 585 def S_ISDIR(m): return (((m) & S_IFMT) == S_IFDIR) function
|
/external/sqlite/dist/orig/ |
D | shell.c | 1029 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
|
/external/sqlite/dist/ |
D | shell.c | 1035 #define S_ISDIR(mode) (((mode) & S_IFMT) == S_IFDIR) macro
|