Searched refs:S_IFBLK (Results 1 - 25 of 149) sorted by relevance

123456

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
H A Dstat.h11 #define S_IFBLK 0060000 macro
23 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dstat.py32 S_IFBLK = 0060000 variable
47 return S_IFMT(mode) == S_IFBLK
H A Dtarfile.py138 S_IFBLK = 0060000 # block device variable
287 (S_IFBLK, "b"),
2229 mode |= stat.S_IFBLK
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dstat.py32 S_IFBLK = 0060000 variable
47 return S_IFMT(mode) == S_IFBLK
H A Dtarfile.py138 S_IFBLK = 0060000 # block device variable
287 (S_IFBLK, "b"),
2229 mode |= stat.S_IFBLK
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dstat.py32 S_IFBLK = 0060000 variable
47 return S_IFMT(mode) == S_IFBLK
H A Dtarfile.py138 S_IFBLK = 0060000 # block device variable
287 (S_IFBLK, "b"),
2229 mode |= stat.S_IFBLK
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dstat.py32 S_IFBLK = 0060000 variable
47 return S_IFMT(mode) == S_IFBLK
H A Dtarfile.py138 S_IFBLK = 0060000 # block device variable
287 (S_IFBLK, "b"),
2229 mode |= stat.S_IFBLK
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
H A Dfscontext.py80 values in the stat module, e.g. S_IFBLK, but
89 stat.S_IFBLK: "-b",
125 """The file type (e.g. stat.S_IFBLK) for this genfscon statement."""
H A Dqpol.i2076 case QPOL_CLASS_BLK_FILE: return S_IFBLK;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dfcntl.h46 # define S_IFBLK __S_IFBLK macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/sys/
H A Dstat.h143 #define S_IFBLK _S_IFBLK macro
168 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
H A Dstat.h143 #define S_IFBLK _S_IFBLK macro
168 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
H A Dstat.h113 # define S_IFBLK __S_IFBLK macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
H A Dstat.h113 # define S_IFBLK __S_IFBLK macro
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
H A Dsystem.h572 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
/prebuilts/devtools/tools/lib/
H A Dddmlib.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ddmlib/ com/android/ddmlib/DebugPortManager ...
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
H A Dddmlib-22.2.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ddmlib/ com/android/ddmlib/AdbCommandRejectedException ...
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
H A Dddmlib-22.4.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ddmlib/ com/android/ddmlib/AdbCommandRejectedException ...
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
H A Dddmlib-22.4.2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ddmlib/ com/android/ddmlib/AdbCommandRejectedException ...
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.0/
H A Dddmlib-22.5.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ddmlib/ com/android/ddmlib/AdbCommandRejectedException ...
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.1/
H A Dddmlib-22.5.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ddmlib/ com/android/ddmlib/AdbCommandRejectedException ...
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.5.3/
H A Dddmlib-22.5.3.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ddmlib/ com/android/ddmlib/AdbCommandRejectedException ...
/prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.7.0/
H A Dddmlib-22.7.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/ddmlib/ com/android/ddmlib/AdbCommandRejectedException ...

Completed in 1407 milliseconds

123456