Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java315 String targetPath = location.getPath(packageName); in writeSystemManagedProfile() local
322 mUtils.pushFromResource(profileResourceName, targetPath); in writeSystemManagedProfile()
326 mUtils.assertCommandSucceeds("chmod", "640", targetPath); in writeSystemManagedProfile()
327 mUtils.assertCommandSucceeds("chown", owner, targetPath); in writeSystemManagedProfile()
/cts/tests/tests/webkit/src/android/webkit/cts/
DWebSettingsTest.java991 String targetPath = mContext.getFileStreamPath("target.html").getAbsolutePath(); in verifyFileXHR() local
996 "client.open('GET', 'file://" + targetPath + "',false);" + in verifyFileXHR()