Searched defs:isSameFile (Results 1 – 3 of 3) sorted by relevance
97 public boolean isSameFile(Path path, Path path2) throws IOException { in isSameFile() method in MockFileSystemProvider
865 public abstract boolean isSameFile(Path path, Path path2) in isSameFile() method in FileSystemProvider
313 public boolean isSameFile(Path obj1, Path obj2) throws IOException { in isSameFile() method in UnixFileSystemProvider