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

1 2 3 45 6 7

  /external/squashfs-tools/kernel/fs/squashfs/
inode.c 308 inode->i_mode |= S_IFBLK;
  /external/squashfs-tools/squashfs-tools/
pseudo.c 435 mode |= S_IFBLK;
unsquashfs.c 84 S_IFBLK,
91 S_IFBLK,
100 { S_IFMT, S_IFBLK, 0, 'b' },
572 case S_IFBLK:
1127 if(mknod(pathname, chrdev ? S_IFCHR : S_IFBLK,
    [all...]
action.c     [all...]
mksquashfs.c     [all...]
  /external/toybox/toys/posix/
find.c 323 int types[] = {S_IFBLK, S_IFCHR, S_IFDIR, S_IFLNK, S_IFIFO,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
stat.h 113 # define S_IFBLK __S_IFBLK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
stat.h 113 # define S_IFBLK __S_IFBLK
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
stat.h 113 # define S_IFBLK __S_IFBLK
  /system/core/toolbox/upstream-netbsd/usr.bin/grep/
util.c 208 if ((s == S_IFIFO || s == S_IFCHR || s == S_IFBLK
  /external/toybox/toys/pending/
tar.c 408 case S_IFBLK:
661 file_hdr->mode |= S_IFBLK;
  /external/libselinux/src/
label_file.c 352 spec_arr[nspec].mode = S_IFBLK;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 572 #define S_ISBLK(m) (((m) & S_IFMT) == S_IFBLK)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
tarfile.py 138 S_IFBLK = 0060000 # block device
287 (S_IFBLK, "b"),
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
tarfile.py 138 S_IFBLK = 0060000 # block device
287 (S_IFBLK, "b"),
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
FileSystemPermissionTest.java 775 Set<File> insecure = getAllInsecureDevicesInDirAndSubdir(new File("/dev"), FileUtils.S_IFBLK);
    [all...]
  /external/squashfs-tools/kernel-2.4/fs/squashfs/
squashfs2_0.c 390 S_IFBLK;
inode.c 802 S_IFBLK;
    [all...]
  /system/core/init/
devices.cpp 242 mode = get_device_perm(path, links, &uid, &gid) | (block ? S_IFBLK : S_IFCHR);
  /libcore/luni/src/main/native/
android_system_OsConstants.cpp 529 initConstant(env, c, "S_IFBLK", S_IFBLK);
  /external/mksh/src/
funcs.c     [all...]
  /prebuilts/devtools/tools/lib/
ddmlib.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.2.0/
ddmlib-22.2.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.0/
ddmlib-22.4.0.jar 
  /prebuilts/gradle-plugin/com/android/tools/ddms/ddmlib/22.4.2/
ddmlib-22.4.2.jar 

Completed in 987 milliseconds

1 2 3 45 6 7