Home
last modified time | relevance | path

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

/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DUtil.java79 public static URL url(String osPath) throws MalformedURLException { in url() argument
84 Matcher windowsUncMatcher = WINDOWS_UNC_RE.matcher(osPath); in url()
91 Matcher windowsLocalMatcher = WINDOWS_LOCAL_RE.matcher(osPath); in url()
99 return new URL("file:/" + (osPath.startsWith("/") ? "/" + osPath : osPath)); in url()