Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/nio/file/
DLinuxFileSystemTest.java181 PathMatcher pathMatcher = fileSystem.getPathMatcher("glob:" + "*.java"); in test_getPathMatcher_glob()
185 pathMatcher = fileSystem.getPathMatcher("glob:" + "*.*"); in test_getPathMatcher_glob()
189 pathMatcher = fileSystem.getPathMatcher("glob:" + "*.{java,class}"); in test_getPathMatcher_glob()
195 pathMatcher = fileSystem.getPathMatcher("glob:" + "f.?"); in test_getPathMatcher_glob()
200 pathMatcher = fileSystem.getPathMatcher("glob:" + "/home/*/*"); in test_getPathMatcher_glob()
207 pathMatcher = fileSystem.getPathMatcher("glob:" + "/home/**"); in test_getPathMatcher_glob()
218 PathMatcher pathMatcher = fileSystem.getPathMatcher("regex:" + "(hello|hi)*[^a|b]?k.*"); in test_getPathMatcher_regex()
233 fileSystem.getPathMatcher("unsupported:test"); in test_getPathMatcher_unsupported()
/libcore/ojluni/src/main/java/java/nio/file/
DFileSystem.java432 public abstract PathMatcher getPathMatcher(String syntaxAndPattern); in getPathMatcher() method in FileSystem
DFiles.java518 final PathMatcher matcher = fs.getPathMatcher("glob:" + glob);
/libcore/luni/src/test/filesystems/src/mypackage/
DMockFileSystem.java104 public PathMatcher getPathMatcher(String syntaxAndPattern) { in getPathMatcher() method in MockFileSystem
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileSystem.java285 public PathMatcher getPathMatcher(String syntaxAndInput) {
/libcore/api/
Dcurrent.txt7303 method public abstract java.nio.file.PathMatcher getPathMatcher(String);