Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java262 String targetPath = location.getPath(); in writeProfile() local
266 fail("Not found: " + targetPath); in writeProfile()
275 String targetPathTemp = targetPath + ".tmp"; in writeProfile()
279 String targetPathApk = targetPath + ".apk"; in writeProfile()
291 "--reference-profile-file=" + targetPath); in writeProfile()
292 executeSuShellAdbCommand(0, "chown", owner, targetPath); in writeProfile()
294 assertTrue("failed to create profile file", doesFileExist(targetPath)); in writeProfile()
295 String[] result = executeSuShellAdbCommand(1, "stat", "-c", "%s", targetPath); in writeProfile()
296 assertTrue("profile " + targetPath + " is " + Integer.parseInt(result[0]) + " bytes", in writeProfile()
421 private void executePush(String hostPath, String targetPath, String targetDirectory) in executePush() argument
[all …]
/cts/libs/testserver/src/android/webkit/cts/
DTestWebServer.java267 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/
DWebSettingsTest.java1048 String targetPath = mContext.getFileStreamPath("target.html").getAbsolutePath(); in verifyFileXHR() local
1053 "client.open('GET', 'file://" + targetPath + "',false);" + in verifyFileXHR()