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()
954 … Set<File> insecure = getAllInsecureDevicesInDirAndSubdir(new File("/dev"), FileUtils.S_IFBLK); in testAllBlockDevicesAreSecure() local955 assertTrue("Found insecure block devices: " + insecure.toString(), in testAllBlockDevicesAreSecure()956 insecure.isEmpty()); in testAllBlockDevicesAreSecure()