Searched refs:getAllInsecureDevicesInDirAndSubdir (Results 1 – 2 of 2) sorted by relevance
30 Set<String> insecure = getAllInsecureDevicesInDirAndSubdir("/dev", "b"); in testAllBlockDevicesAreSecure()43 …private Set<String> getAllInsecureDevicesInDirAndSubdir(String path, String type) throws DeviceNot… in getAllInsecureDevicesInDirAndSubdir() method in FileSystemPermissionTest
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()