Home
last modified time | relevance | path

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

/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DFs.java27 return new JarFs(new File(fixFileURL(url).getPath())); in fromJar()
30 private static URI fixFileURL(URL u) { in fixFileURL() method in Fs