Home
last modified time | relevance | path

Searched defs:isSameFile (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/filesystems/src/mypackage/
DMockFileSystemProvider.java97 public boolean isSameFile(Path path, Path path2) throws IOException { in isSameFile() method in MockFileSystemProvider
/libcore/ojluni/src/main/java/java/nio/file/spi/
DFileSystemProvider.java865 public abstract boolean isSameFile(Path path, Path path2) in isSameFile() method in FileSystemProvider
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileSystemProvider.java313 public boolean isSameFile(Path obj1, Path obj2) throws IOException { in isSameFile() method in UnixFileSystemProvider