Searched refs:targetPath (Results 1 – 4 of 4) sorted by relevance
/cts/hostsidetests/compilation/src/android/compilation/cts/ |
D | AdbRootDependentCompilationTest.java | 263 String targetPath = location.getPath(); in writeProfile() local 267 fail("Not found: " + targetPath); in writeProfile() 276 String targetPathTemp = targetPath + ".tmp"; in writeProfile() 280 String targetPathApk = targetPath + ".apk"; in writeProfile() 292 "--reference-profile-file=" + targetPath); in writeProfile() 293 executeSuShellAdbCommand(0, "chown", owner, targetPath); in writeProfile() 295 assertTrue("failed to create profile file", doesFileExist(targetPath)); in writeProfile() 296 String[] result = executeSuShellAdbCommand(1, "stat", "-c", "%s", targetPath); in writeProfile() 297 assertTrue("profile " + targetPath + " is " + Integer.parseInt(result[0]) + " bytes", in writeProfile() 422 private void executePush(String hostPath, String targetPath, String targetDirectory) in executePush() argument [all …]
|
/cts/hostsidetests/securitybulletin/src/android/security/cts/ |
D | AdbUtils.java | 380 String targetPath = "/data/local/tmp/" + pacName + ".pac"; in runProxyAutoConfig() local 381 AdbUtils.pushResource("/" + pacName + ".pac", targetPath, device); in runProxyAutoConfig() 382 int code = runCommandGetExitCode("/data/local/tmp/pacrunner " + targetPath, device); in runProxyAutoConfig() 383 runCommandLine("rm " + targetPath, device); in runProxyAutoConfig()
|
/cts/libs/testserver/src/android/webkit/cts/ |
D | TestWebServer.java | 267 String requestPath, String targetPath) { in setRedirect() argument 269 responseHeaders.add(Pair.create("Location", targetPath)); in setRedirect() 271 return setResponseInternal(requestPath, targetPath.getBytes(), responseHeaders, null, in setRedirect()
|
/cts/tests/tests/webkit/src/android/webkit/cts/ |
D | WebSettingsTest.java | 1048 String targetPath = mContext.getFileStreamPath("target.html").getAbsolutePath(); in verifyFileXHR() local 1053 "client.open('GET', 'file://" + targetPath + "',false);" + in verifyFileXHR()
|