Searched defs:S_IFCHR (Results 1 - 14 of 14) sorted by relevance

/external/kernel-headers/original/uapi/linux/
H A Dstat.h13 #define S_IFCHR 0020000 macro
22 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/external/syslinux/com32/include/sys/
H A Dstat.h18 #define S_IFCHR 0020000 macro
26 #define S_ISCHR(m) (((m) & S_IFMT) == S_IFCHR)
/external/python/cpython2/Lib/
H A Dstat.py31 S_IFCHR = 0020000 variable
44 return S_IFMT(mode) == S_IFCHR
H A Dtarfile.py140 S_IFCHR = 0020000 # character device variable
289 (S_IFCHR, "c"),
2265 mode |= stat.S_IFCHR
/external/syslinux/core/fs/ext2/
H A Dext2_fs.h43 #define S_IFCHR 0020000 // Character device macro
53 #define T_IFCHR (S_IFCHR >> S_IFSHIFT)
/external/syslinux/core/fs/xfs/
H A Dxfs.h125 #define S_IFCHR 0020000 macro
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py576 S_IFCHR = 0020000 variable
587 def S_ISCHR(m): return (((m) & S_IFMT) == S_IFCHR)
/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/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 161 milliseconds