Searched defs:syntaxAndPattern (Results 1 - 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
H A DFileSystem.java303 * The {@code syntaxAndPattern} parameter identifies the syntax and the
412 * @param syntaxAndPattern
426 public abstract PathMatcher getPathMatcher(String syntaxAndPattern); argument
/libcore/luni/src/test/filesystems/src/mypackage/
H A DMockFileSystem.java104 public PathMatcher getPathMatcher(String syntaxAndPattern) { argument

Completed in 31 milliseconds