Home
last modified time | relevance | path

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

/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DUtil.java73 private static final Pattern WINDOWS_UNC_RE = field in Util
84 Matcher windowsUncMatcher = WINDOWS_UNC_RE.matcher(osPath); in url()