Home
last modified time | relevance | path

Searched refs:insecure (Results 1 – 2 of 2) sorted by relevance

/cts/hostsidetests/security/src/android/security/cts/
DFileSystemPermissionTest.java30 Set<String> insecure = getAllInsecureDevicesInDirAndSubdir("/dev", "b"); in testAllBlockDevicesAreSecure() local
31 assertTrue("Found insecure block devices: " + insecure.toString(), in testAllBlockDevicesAreSecure()
32 insecure.isEmpty()); in testAllBlockDevicesAreSecure()
/cts/tests/tests/permission/src/android/permission/cts/
DFileSystemPermissionTest.java1038 … Set<File> insecure = getAllInsecureDevicesInDirAndSubdir(new File("/dev"), FileUtils.S_IFBLK); in testAllBlockDevicesAreSecure() local
1039 assertTrue("Found insecure block devices: " + insecure.toString(), in testAllBlockDevicesAreSecure()
1040 insecure.isEmpty()); in testAllBlockDevicesAreSecure()