HomeSort by relevance Sort by last modified time
    Searched refs:S_ISBLK (Results 51 - 75 of 85) sorted by null

1 23 4

  /external/e2fsprogs/lib/blkid/
devno.c 118 if (S_ISBLK(st.st_mode) && st.st_rdev == devno) {
getsize.c 145 if ((fstat(fd, &st) >= 0) && (S_ISBLK(st.st_mode) || S_ISCHR(st.st_mode)))
devname.c 232 if (stat(device, &st) == 0 && S_ISBLK(st.st_mode) &&
  /external/e2fsprogs/lib/ext2fs/
finddev.c 102 if (S_ISBLK(st.st_mode) && st.st_rdev == device) {
mkjournal.c 407 if (!S_ISBLK(st.st_mode))
  /system/extras/tests/directiotest/
directiotest.c 195 } else if (!S_ISBLK(stat.st_mode)) {
  /external/grub/lib/
device.c 466 if (S_ISBLK (st.st_mode)
838 return S_ISBLK (st.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/darwin-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 523 #ifndef S_ISBLK
524 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 523 #ifndef S_ISBLK
524 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
  /prebuilts/gcc/linux-x86/arm/arm-eabi-4.6/lib/gcc/arm-eabi/4.6.x-google/plugin/include/
system.h 523 #ifndef S_ISBLK
524 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.6/lib/gcc/arm-linux-androideabi/4.6.x-google/plugin/include/
system.h 523 #ifndef S_ISBLK
524 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
  /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))
  /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/e2fsprogs/ext2ed/
inode_com.c 265 if (S_ISBLK (type_data.u.t_ext2_inode.i_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/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
stat.h 133 #define S_ISBLK(mode) __S_ISTYPE((mode), __S_IFBLK)
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-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.7-4.6/sysroot/usr/include/sys/
stat.h 133 #define S_ISBLK(mode) __S_ISTYPE((mode), __S_IFBLK)
  /system/extras/ext4_utils/
ext4_utils.c 427 else if (S_ISBLK(buf.st_mode))
  /libcore/luni/src/main/java/libcore/io/
OsConstants.java 22 public static boolean S_ISBLK(int mode) { return (mode & S_IFMT) == S_IFBLK; }

Completed in 3404 milliseconds

1 23 4