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.java411 String pathSpec = assertCommandOutputsLines(1, "pm", "path", packageName)[0]; in getOdexFilePath() local
412 Matcher matcher = Pattern.compile("^package:(.+/)base\\.apk$").matcher(pathSpec); in getOdexFilePath()
414 assertTrue("Malformed spec: " + pathSpec, found); in getOdexFilePath()