Home
last modified time | relevance | path

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

/packages/modules/Permission/tests/cts/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()