Home
last modified time | relevance | path

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

/libcore/luni/src/test/filesystems/src/mypackage/
DMockFileSystem.java24 import java.nio.file.PathMatcher;
104 public PathMatcher getPathMatcher(String syntaxAndPattern) { in getPathMatcher()
/libcore/ojluni/src/main/java/java/nio/file/
DPathMatcher.java38 public interface PathMatcher { interface
DFileSystem.java432 public abstract PathMatcher getPathMatcher(String syntaxAndPattern); in getPathMatcher()
DFiles.java518 final PathMatcher matcher = fs.getPathMatcher("glob:" + glob);
/libcore/luni/src/test/java/libcore/java/nio/file/
DLinuxFileSystemTest.java30 import java.nio.file.PathMatcher;
181 PathMatcher pathMatcher = fileSystem.getPathMatcher("glob:" + "*.java"); in test_getPathMatcher_glob()
218 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.bp503 "ojluni/src/main/java/java/nio/file/PathMatcher.java",
DEXPECTED_UPSTREAM492 …ni/src/main/java/java/nio/file/PathMatcher.java,jdk17u/jdk-17.0.6-ga,src/java.base/share/classes/j…
/libcore/api/
Dcurrent.txt7303 method public abstract java.nio.file.PathMatcher getPathMatcher(String);
7496 @java.lang.FunctionalInterface public interface PathMatcher {