Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DGlobs.java40 private static boolean isGlobMeta(char c) { in isGlobMeta() method in Globs
72 if (isGlobMeta(next) || isRegexMeta(next)) { in toRegexPattern()