Home
last modified time | relevance | path

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

/external/robolectric-shadows/utils/src/main/java/org/robolectric/util/
DUtil.java75 private static final Pattern WINDOWS_LOCAL_RE = field in Util
91 Matcher windowsLocalMatcher = WINDOWS_LOCAL_RE.matcher(osPath); in url()