Searched defs:S_ISBLK (Results 1 - 13 of 13) sorted by relevance

/external/syslinux/com32/include/sys/
H A Dstat.h27 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/external/python/cpython2/Lib/
H A Dstat.py46 def S_ISBLK(mode): function
/external/kernel-headers/original/uapi/linux/
H A Dstat.h25 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK) macro
/external/python/cpython3/Lib/
H A Dstat.py54 def S_ISBLK(mode): function
H A Dpathlib.py13 from stat import S_ISDIR, S_ISLNK, S_ISREG, S_ISSOCK, S_ISBLK, S_ISCHR, S_ISFIFO namespace
1370 return S_ISBLK(self.stat().st_mode)
/external/python/cpython3/Modules/
H A D_stat.c87 #ifndef S_ISBLK
88 # define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK) macro
285 stat_S_ISFUNC(S_ISBLK,
286 "S_ISBLK(mode) -> bool\n\n"
354 if (S_ISBLK(mode)) return 'b';
414 {"S_ISBLK", stat_S_ISBLK, METH_O, stat_S_ISBLK_doc},
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py589 def S_ISBLK(m): return (((m) & S_IFMT) == S_IFBLK) function
/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 246 milliseconds