Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/java/sun/nio/fs/
DGlobs.java45 private static char next(String glob, int i) { in next() argument
46 if (i < glob.length()) { in next()
47 return glob.charAt(i); in next()
/libcore/ojluni/src/main/java/java/nio/file/
DFiles.java509 public static DirectoryStream<Path> newDirectoryStream(Path dir, String glob)
513 if (glob.equals("*"))
518 final PathMatcher matcher = fs.getPathMatcher("glob:" + glob);