Searched refs:glob (Results 1 – 2 of 2) sorted by relevance
45 private static char next(String glob, int i) { in next() argument46 if (i < glob.length()) { in next()47 return glob.charAt(i); in next()
509 public static DirectoryStream<Path> newDirectoryStream(Path dir, String glob)513 if (glob.equals("*"))518 final PathMatcher matcher = fs.getPathMatcher("glob:" + glob);