Home
last modified time | relevance | path

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

/cts/hostsidetests/security/src/android/cts/security/
DFileSystemPermissionTest.java46 Set<String> insecure = getAllInsecureDevicesInDirAndSubdir("/dev", "b"); in testAllBlockDevicesAreSecure()
59 …private Set<String> getAllInsecureDevicesInDirAndSubdir(String path, String type) throws DeviceNot… in getAllInsecureDevicesInDirAndSubdir() method in FileSystemPermissionTest
/cts/tests/tests/permission/src/android/permission/cts/
DFileSystemPermissionTest.java954 … Set<File> insecure = getAllInsecureDevicesInDirAndSubdir(new File("/dev"), FileUtils.S_IFBLK); in testAllBlockDevicesAreSecure()
1073 getAllInsecureDevicesInDirAndSubdir(File dir, int type) throws Exception { in getAllInsecureDevicesInDirAndSubdir() method in FileSystemPermissionTest
1092 retval.addAll(getAllInsecureDevicesInDirAndSubdir(f, type)); in getAllInsecureDevicesInDirAndSubdir()