Searched refs:windowsLocalMatcher (Results 1 – 1 of 1) sorted by relevance
91 Matcher windowsLocalMatcher = WINDOWS_LOCAL_RE.matcher(osPath); in url() local92 if (windowsLocalMatcher.find()) { in url()93 String volume = windowsLocalMatcher.group("volume"); in url()94 String path = windowsLocalMatcher.group("path").replace('\\', '/'); in url()