Home
last modified time | relevance | path

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

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
DAllocationInstrument.java204 Optional<File> instrumentJar = findAllocationInstrumentJarOnClasspath(); in getExtraCommandLineArgs() local
206 if (instrumentJar.isPresent()) { in getExtraCommandLineArgs()
207 agentJar = instrumentJar.get().getAbsolutePath(); in getExtraCommandLineArgs()
/external/robolectric-shadows/sandbox/src/main/java/org/robolectric/
DJarInstrumentor.java48 instrumentJar(new File(args[0]), new File(args[1])); in run()
51 private void instrumentJar(File sourceFile, File destFile) throws IOException { in instrumentJar() method in JarInstrumentor