Home
last modified time | relevance | path

Searched refs:PathMatcher (Results 1 – 7 of 7) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DPathMatcher.java38 public interface PathMatcher { interface
DFileSystem.java426 public abstract PathMatcher getPathMatcher(String syntaxAndPattern); in getPathMatcher()
DFiles.java518 final PathMatcher matcher = fs.getPathMatcher("glob:" + glob);
/libcore/luni/src/test/filesystems/src/mypackage/
DMockFileSystem.java24 import java.nio.file.PathMatcher;
104 public PathMatcher getPathMatcher(String syntaxAndPattern) { in getPathMatcher()
/libcore/luni/src/test/java/libcore/java/nio/file/
DLinuxFileSystemTest.java29 import java.nio.file.PathMatcher;
129 PathMatcher pathMatcher = fileSystem.getPathMatcher("glob:" + "*.java"); in test_getPathMatcher_glob()
166 PathMatcher pathMatcher = fileSystem.getPathMatcher("regex:" + "(hello|hi)*[^a|b]?k.*"); in test_getPathMatcher_regex()
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileSystem.java285 public PathMatcher getPathMatcher(String syntaxAndInput) {
307 return new PathMatcher() {
/libcore/
Dopenjdk_java_files.bp477 "ojluni/src/main/java/java/nio/file/PathMatcher.java",