Home
last modified time | relevance | path

Searched defs:isSameFile (Results 1 – 5 of 5) 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/luni/src/test/java/libcore/java/nio/file/spi/
DFileSystemProviderTest.java102 public boolean isSameFile(Path path, Path path2) throws IOException { in isSameFile() method in FileSystemProviderTest.MockFileSystemProvider
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileAttributes.java95 boolean isSameFile(UnixFileAttributes attrs) { in isSameFile() method in UnixFileAttributes
DUnixFileSystemProvider.java319 public boolean isSameFile(Path obj1, Path obj2) throws IOException { in isSameFile() method in UnixFileSystemProvider
/libcore/ojluni/src/main/java/java/nio/file/spi/
DFileSystemProvider.java865 public abstract boolean isSameFile(Path path, Path path2) in isSameFile() method in FileSystemProvider