Home
last modified time | relevance | path

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

/cts/tools/device-setup/TestDeviceSetup/src/android/tests/getinfo/
DRootProcessScanner.java92 private static boolean isUnapprovedRootProcess(File pathname) in isUnapprovedRootProcess() argument
94 return isPidDirectory(pathname) in isUnapprovedRootProcess()
95 && !isKernelProcess(pathname) in isUnapprovedRootProcess()
96 && isRootProcess(pathname); in isUnapprovedRootProcess()
99 private static boolean isPidDirectory(File pathname) { in isPidDirectory() argument
100 return pathname.isDirectory() && Pattern.matches("\\d+", pathname.getName()); in isPidDirectory()
/cts/tests/tests/permission/src/android/permission/cts/
DFileSystemPermissionTest.java738 @Override public boolean accept(File pathname) { in getAllWritableFilesInDirAndSubDir()
739 return pathname.isDirectory(); in getAllWritableFilesInDirAndSubDir()
752 @Override public boolean accept(File pathname) { in getAllWritableFilesInDirAndSubDir()
753 return pathname.isFile(); in getAllWritableFilesInDirAndSubDir()
914 @Override public boolean accept(File pathname) { in getAllInsecureDevicesInDirAndSubdir()
915 return pathname.isDirectory(); in getAllInsecureDevicesInDirAndSubdir()
/cts/common/host-side/tradefed/tests/src/com/android/compatibility/common/tradefed/result/
DResultReporterTest.java135 public boolean accept(File pathname) { in testSetup()
136 return pathname.getName().endsWith(".zip"); in testSetup()
/cts/tests/libcore/javautilcollections/libs/
Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META- ...