HomeSort by relevance Sort by last modified time
    Searched refs:S_ISBLK (Results 76 - 100 of 134) sorted by null

1 2 34 5 6

  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/
stat.h 33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
  /ndk/sources/host-tools/sed-4.2.1/lib/
sys_stat.in.h 62 # undef S_ISBLK
75 #ifndef S_ISBLK
77 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
79 # define S_ISBLK(m) 0
  /external/e2fsprogs/misc/
ismounted.c 94 if (S_ISBLK(st_buf.st_mode)) {
122 if (S_ISBLK(st_buf.st_mode)) {
util.c 97 if (!S_ISBLK(s.st_mode) && !S_ISCHR(s.st_mode))
99 if (!S_ISBLK(s.st_mode))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
stat.py 46 def S_ISBLK(mode):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
stat.py 46 def S_ISBLK(mode):
  /system/core/toolbox/
umount.c 20 if (S_ISBLK(st.st_mode) && (major(st.st_rdev) == LOOP_MAJOR)) {
  /external/e2fsprogs/lib/ext2fs/
ismounted.c 102 if (S_ISBLK(st_buf.st_mode)) {
117 if (S_ISBLK(st_buf.st_mode)) {
297 S_ISBLK(st_buf.st_mode))
324 S_ISBLK(st_buf.st_mode) &&
378 if (stat(device, &st_buf) == 0 && S_ISBLK(st_buf.st_mode)) {
finddev.c 103 if (S_ISBLK(st.st_mode) && st.st_rdev == device) {
  /external/openssl/crypto/rand/
randfile.c 193 #if defined(S_ISBLK) && defined(S_ISCHR)
194 if (S_ISBLK(sb.st_mode) || S_ISCHR(sb.st_mode)) {
  /system/core/fastbootd/
utils.c 86 else if (S_ISBLK(buf.st_mode))
106 else if (S_ISBLK(buf.st_mode))
  /system/extras/tests/storage/
wipe_blkdev.c 114 if (!S_ISBLK(statbuf.st_mode)) {
  /system/core/libdiskconfig/
diskconfig.c 252 if (S_ISBLK(stat.st_mode) && ((rv = ioctl(fd, BLKRRPART, NULL)) < 0)) {
300 if (S_ISBLK(stat.st_mode)) {
374 if (S_ISBLK(stat.st_mode) && total_size > disk_size) {
  /external/bison/lib/
sys_stat.in.h 86 # undef S_ISBLK
99 #ifndef S_ISBLK
101 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
103 # define S_ISBLK(m) 0
  /external/bison/darwin-lib/sys/
stat.h 398 # undef S_ISBLK
411 #ifndef S_ISBLK
413 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
415 # define S_ISBLK(m) 0
    [all...]
  /external/bison/linux-lib/sys/
stat.h 398 # undef S_ISBLK
411 #ifndef S_ISBLK
413 # define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
415 # define S_ISBLK(m) 0
    [all...]
  /external/e2fsprogs/lib/blkid/
devno.c 118 if (S_ISBLK(st.st_mode) && st.st_rdev == devno) {
getsize.c 151 (S_ISBLK(st.st_mode) || S_ISCHR(st.st_mode)))
  /external/f2fs-tools/tools/
fibmap.c 64 if (S_ISBLK(bdev_stat.st_mode)) {
  /external/f2fs-tools/lib/
libf2fs.c 408 if (stat(c->device_name, &st_buf) == 0 && S_ISBLK(st_buf.st_mode)) {
446 } else if (S_ISBLK(stat_buf.st_mode)) {
  /external/qemu/distrib/ext4_utils/src/
ext4_utils.c 406 return S_ISBLK(st.st_mode);
426 else if (S_ISBLK(buf.st_mode))
  /system/extras/tests/directiotest/
directiotest.c 196 } else if (!S_ISBLK(stat.st_mode)) {
  /external/yaffs2/yaffs2/utils/
mkyaffs2image.c 403 S_ISBLK(stats.st_mode) ||
493 else if(S_ISBLK(stats.st_mode))
mkyaffsimage.c 416 S_ISBLK(stats.st_mode) ||
502 else if(S_ISBLK(stats.st_mode))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 571 #ifndef S_ISBLK
572 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
    [all...]

Completed in 2467 milliseconds

1 2 34 5 6