Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DGlobs.java57 private static String toRegexPattern(String globPattern, boolean isDos) { in toRegexPattern() argument
78 if (isDos) { in toRegexPattern()
86 if (isDos) { in toRegexPattern()
114 if (c == '/' || (isDos && c == '\\')) { in toRegexPattern()
180 if (isDos) { in toRegexPattern()
188 if (isDos) { in toRegexPattern()