HomeSort by relevance Sort by last modified time
    Searched defs:pathSpec (Results 1 - 2 of 2) sorted by null

  /cts/hostsidetests/compilation/src/android/compilation/cts/
AdbRootDependentCompilationTest.java 283 String pathSpec = executeSuShellAdbCommand(1, "pm", "path", APPLICATION_PACKAGE)[0];
284 pathSpec = pathSpec.replace("package:", "");
285 assertTrue("Failed find APK " + pathSpec, doesFileExist(pathSpec));
289 "--apk=" + pathSpec,
290 "--dex-location=" + pathSpec,
324 String pathSpec = executeSuShellAdbCommand(1, "pm", "path", APPLICATION_PACKAGE)[0];
325 Matcher matcher = Pattern.compile("^package:(.+/)base\\.apk$").matcher(pathSpec);
327 assertTrue("Malformed spec: " + pathSpec, found)
    [all...]
  /external/guice/extensions/struts2/lib/
jetty-6.1.0.jar 

Completed in 993 milliseconds