Searched defs:S_IFDIR (Results 1 - 15 of 15) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dstat.h12 #define S_IFDIR 0040000 macro
21 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/external/syslinux/com32/include/sys/
H A Dstat.h17 #define S_IFDIR 0040000 macro
25 #define S_ISDIR(m) (((m) & S_IFMT) == S_IFDIR)
/external/python/cpython2/Lib/
H A Dstat.py30 S_IFDIR = 0040000 variable
41 return S_IFMT(mode) == S_IFDIR
H A Dtarfile.py139 S_IFDIR = 0040000 # directory variable
288 (S_IFDIR, "d"),
/external/syslinux/core/fs/ext2/
H A Dext2_fs.h42 #define S_IFDIR 0040000 // Directory macro
52 #define T_IFDIR (S_IFDIR >> S_IFSHIFT)
/external/syslinux/core/fs/xfs/
H A Dxfs.h124 #define S_IFDIR 0040000 macro
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py575 S_IFDIR = 0040000 variable
585 def S_ISDIR(m): return (((m) & S_IFMT) == S_IFDIR)
/external/robolectric/v1/lib/main/
H A Dsqlite-jdbc-3.7.2.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/org. ...
/external/dagger2/lib/
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-4.1.2_r1-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.2.2_r1.2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-4.3_r2-robolectric-0.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/accessibilityservice/ android/accessibilityservice/AccessibilityService$1.class ...
H A Dandroid-all-5.0.0_r2-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...
H A Dandroid-all-5.1.1_r9-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 447 milliseconds