Searched refs:insecure (Results 1 – 2 of 2) sorted by relevance
46 Set<String> insecure = getAllInsecureDevicesInDirAndSubdir("/dev", "b"); in testAllBlockDevicesAreSecure() local47 assertTrue("Found insecure block devices: " + insecure.toString(), in testAllBlockDevicesAreSecure()48 insecure.isEmpty()); in testAllBlockDevicesAreSecure()
1038 … Set<File> insecure = getAllInsecureDevicesInDirAndSubdir(new File("/dev"), FileUtils.S_IFBLK); in testAllBlockDevicesAreSecure() local1039 assertTrue("Found insecure block devices: " + insecure.toString(), in testAllBlockDevicesAreSecure()1040 insecure.isEmpty()); in testAllBlockDevicesAreSecure()