HomeSort by relevance Sort by last modified time
    Searched refs:S_ISBLK (Results 1 - 25 of 30) sorted by null

1 2

  /external/f2fs-tools/mkfs/
f2fs_format_utils.c 42 else if (S_ISBLK(stat_buf.st_mode)) {
  /bionic/libc/kernel/uapi/linux/
stat.h 41 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
  /development/ndk/platforms/android-3/include/linux/
stat.h 33 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
  /development/ndk/platforms/android-L/include/linux/
stat.h 41 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
  /external/kernel-headers/original/uapi/linux/
stat.h 23 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
  /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))
e4defrag.c     [all...]
  /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) {
unix_io.c 545 if (S_ISBLK(st.st_mode))
608 (S_ISBLK(st.st_mode))) {
mkjournal.c 443 if (!S_ISBLK(st.st_mode))
  /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)) {
  /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)))
devname.c 232 if (stat(device, &st) == 0 && S_ISBLK(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/chromium_org/components/storage_monitor/
storage_monitor_linux.cc 139 else if (S_ISBLK(device_stat.st_mode))
  /external/e2fsprogs/ext2ed/
inode_com.c 265 if (S_ISBLK (type_data.u.t_ext2_inode.i_mode))
  /external/fio/
blktrace.c 143 if (!S_ISBLK(st.st_mode))
  /bootable/recovery/updater/
blockimg.c 712 if (fstat(fd, &st) == 0 && S_ISBLK(st.st_mode)) {

Completed in 727 milliseconds

1 2