Home
last modified time | relevance | path

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

/libcore/support/src/test/java/tests/support/resource/
DSupport_Resources.java73 String urlSpec = "file:/" + resPath + "/" + fileName; in getURL() local
76 url = new URL(urlSpec); in getURL()
78 throw new RuntimeException("Unable to create url: " + urlSpec, e); in getURL()