Searched defs:isSameFile (Results 1 – 3 of 3) sorted by relevance
277 public boolean isSameFile(Path path, Path path2) throws IOException { in isSameFile() method in JimfsFileSystemProvider
175 public boolean isSameFile(JimfsPath path, FileSystemView view2, JimfsPath path2) in isSameFile() method in FileSystemView
350 public static boolean isSameFile(final Path path, final Path path2) { in isSameFile() method in FilesUncheck