Searched refs:getAllInsecureDevicesInDirAndSubdir (Results 1 – 1 of 1) sorted by relevance
1038 … Set<File> insecure = getAllInsecureDevicesInDirAndSubdir(new File("/dev"), FileUtils.S_IFBLK); in testAllBlockDevicesAreSecure()1180 getAllInsecureDevicesInDirAndSubdir(File dir, int type) throws Exception { in getAllInsecureDevicesInDirAndSubdir() method in FileSystemPermissionTest1199 retval.addAll(getAllInsecureDevicesInDirAndSubdir(f, type)); in getAllInsecureDevicesInDirAndSubdir()