Home
last modified time | relevance | path

Searched defs:getPathMatcher (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DFileSystem.java426 public abstract PathMatcher getPathMatcher(String syntaxAndPattern); in getPathMatcher() method in FileSystem
/libcore/luni/src/test/filesystems/src/mypackage/
DMockFileSystem.java104 public PathMatcher getPathMatcher(String syntaxAndPattern) { in getPathMatcher() method in MockFileSystem