Searched refs:pathSpec (Results 1 – 1 of 1) sorted by relevance
411 String pathSpec = assertCommandOutputsLines(1, "pm", "path", packageName)[0]; in getOdexFilePath() local412 Matcher matcher = Pattern.compile("^package:(.+/)base\\.apk$").matcher(pathSpec); in getOdexFilePath()414 assertTrue("Malformed spec: " + pathSpec, found); in getOdexFilePath()