Searched refs:S_IFBLK (Results 1 – 3 of 3) sorted by relevance
51 #undef S_IFBLK52 #define S_IFBLK 0060000 macro54 #define S_ISBLK(mode) (((mode) & S_IFMT) == S_IFBLK)61 static_assert(S_IFBLK == 0060000, "");
33 public static final int S_IFBLK = 0060000; field in FileUtils
1038 … Set<File> insecure = getAllInsecureDevicesInDirAndSubdir(new File("/dev"), FileUtils.S_IFBLK); in testAllBlockDevicesAreSecure()