Home
last modified time | relevance | path

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

/cts/hostsidetests/compilation/src/android/compilation/cts/
DAdbRootDependentCompilationTest.java301 String pathSpec = executeSuShellAdbCommand(1, "pm", "path", APPLICATION_PACKAGE)[0]; in writeProfile() local
302 pathSpec = pathSpec.replace("package:", ""); in writeProfile()
303 assertTrue("Failed find APK " + pathSpec, doesFileExist(pathSpec)); in writeProfile()
307 "--apk=" + pathSpec, in writeProfile()
308 "--dex-location=" + pathSpec, in writeProfile()
342 String pathSpec = executeSuShellAdbCommand(1, "pm", "path", APPLICATION_PACKAGE)[0]; in getOdexFilePath() local
343 Matcher matcher = Pattern.compile("^package:(.+/)base\\.apk$").matcher(pathSpec); in getOdexFilePath()
345 assertTrue("Malformed spec: " + pathSpec, found); in getOdexFilePath()