Searched refs:osPath (Results 1 – 1 of 1) sorted by relevance
79 public static URL url(String osPath) throws MalformedURLException { in url() argument84 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()