Searched defs:isSameFile (Results 1 – 5 of 5) sorted by relevance
/libcore/luni/src/test/filesystems/src/mypackage/ | ||
D | MockFileSystemProvider.java | 97 public boolean isSameFile(Path path, Path path2) throws IOException { in isSameFile() method in MockFileSystemProvider |
/libcore/luni/src/test/java/libcore/java/nio/file/spi/ | ||
D | FileSystemProviderTest.java | 102 public boolean isSameFile(Path path, Path path2) throws IOException { in isSameFile() method in FileSystemProviderTest.MockFileSystemProvider |
/libcore/ojluni/src/main/java/sun/nio/fs/ | ||
D | UnixFileAttributes.java | 95 boolean isSameFile(UnixFileAttributes attrs) { in isSameFile() method in UnixFileAttributes |
D | UnixFileSystemProvider.java | 319 public boolean isSameFile(Path obj1, Path obj2) throws IOException { in isSameFile() method in UnixFileSystemProvider |
/libcore/ojluni/src/main/java/java/nio/file/spi/ | ||
D | FileSystemProvider.java | 865 public abstract boolean isSameFile(Path path, Path path2) in isSameFile() method in FileSystemProvider |