Home
last modified time | relevance | path

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

/test/app_compat/csuite/test_scripts/src/main/java/com/android/pixel/utils/
DDeviceUtils.java32 import java.nio.file.Paths;
148 return Paths.get(mLogDataDir.getAbsolutePath(), fileName).toFile(); in getOutputFile()
/test/app_compat/csuite/harness/src/main/java/com/android/csuite/core/
DSystemPackageUninstaller.java30 import java.nio.file.Paths;
301 return Paths.get(packageInstallPath).getParent().toString(); in getPackageInstallDirectory()
/test/app_compat/csuite/tools/csuite_test/
Dcsuite_test_test.go310 func assertPathsContains(t *testing.T, paths android.Paths, path string) { argument
346 func getAllInputPaths(params android.TestingBuildParams) android.Paths {