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

1 2 3 45 6

  /system/extras/ext4_utils/
ext4_utils.c 454 return S_ISBLK(st.st_mode);
474 else if (S_ISBLK(buf.st_mode))
make_ext4fs.c 223 } else if (S_ISBLK(stat.st_mode)) {
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/freebsd/
SDL_syscdrom.c 75 if ( S_ISCHR(stbuf->st_mode) || S_ISBLK(stbuf->st_mode) ) {
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/openbsd/
SDL_syscdrom.c 78 if ( S_ISCHR(stbuf->st_mode) || S_ISBLK(stbuf->st_mode) ) {
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/qnx/
SDL_syscdrom.c 83 if (S_ISCHR(stbuf->st_mode) || S_ISBLK(stbuf->st_mode))
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/sys/
stat.h 158 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
  /external/qemu/block/
raw-posix.c 588 if (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode)) {
831 (S_ISCHR(st.st_mode) || S_ISBLK(st.st_mode))) {
987 else if (!S_ISBLK(stat_buf.st_mode) && !S_ISCHR(stat_buf.st_mode))
    [all...]
  /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/e2fsprogs/lib/blkid/
devname.c 232 if (stat(device, &st) == 0 && S_ISBLK(st.st_mode) &&
  /external/fio/
blktrace.c 143 if (!S_ISBLK(st.st_mode))
diskutil.c 159 if (S_ISBLK(st.st_mode)) {
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/aix/
SDL_syscdrom.c 84 if ( S_ISCHR(stbuf->st_mode) || S_ISBLK(stbuf->st_mode) ) {
  /external/qemu/distrib/sdl-1.2.15/src/cdrom/linux/
SDL_syscdrom.c 131 if ( S_ISCHR(stbuf->st_mode) || S_ISBLK(stbuf->st_mode) ) {
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sys/
stat.h 133 #define S_ISBLK(mode) __S_ISTYPE((mode), __S_IFBLK)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 133 #define S_ISBLK(mode) __S_ISTYPE((mode), __S_IFBLK)
  /external/e2fsprogs/lib/ext2fs/
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/qemu/distrib/ext4_utils/src/
make_ext4fs.c 219 } else if (S_ISBLK(stat.st_mode)) {
  /libcore/luni/src/main/java/android/system/
OsConstants.java 29 public static boolean S_ISBLK(int mode) { return (mode & S_IFMT) == S_IFBLK; }
    [all...]
  /external/e2fsprogs/misc/
e4defrag.c     [all...]
e2image.c     [all...]
  /bootable/recovery/updater/
blockimg.c 719 if (fstat(fd, &st) == 0 && S_ISBLK(st.st_mode)) {
  /external/valgrind/main/include/vki/
vki-darwin.h 116 #define VKI_S_ISBLK(m) S_ISBLK(m)
  /system/core/adb/
file_sync_client.c 973 if(S_ISREG(mode) || S_ISLNK(mode) || S_ISCHR(mode) || S_ISBLK(mode)) {

Completed in 2455 milliseconds

1 2 3 45 6