Home
last modified time | relevance | path

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

/external/robolectric-shadows/processor/src/main/java/org/robolectric/annotation/processing/validator/
DSdkStore.java259 return new JarFile(copyResourceToFile(URI.create(path).getSchemeSpecificPart())); in ensureJar()
269 private static File copyResourceToFile(String resourcePath) throws IOException { in copyResourceToFile() method in SdkStore.Sdk