Home
last modified time | relevance | path

Searched refs:getAllInsecureDevicesInDirAndSubdir (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()
43 …private Set<String> getAllInsecureDevicesInDirAndSubdir(String path, String type) throws DeviceNot… in getAllInsecureDevicesInDirAndSubdir() method in FileSystemPermissionTest
/cts/tests/tests/permission/src/android/permission/cts/
DFileSystemPermissionTest.java1038 … Set<File> insecure = getAllInsecureDevicesInDirAndSubdir(new File("/dev"), FileUtils.S_IFBLK); in testAllBlockDevicesAreSecure()
1180 getAllInsecureDevicesInDirAndSubdir(File dir, int type) throws Exception { in getAllInsecureDevicesInDirAndSubdir() method in FileSystemPermissionTest
1199 retval.addAll(getAllInsecureDevicesInDirAndSubdir(f, type)); in getAllInsecureDevicesInDirAndSubdir()