Searched refs:path2 (Results 1 – 5 of 5) sorted by relevance
97 public boolean isSameFile(Path path, Path path2) throws IOException { in isSameFile() argument
102 public boolean isSameFile(Path path, Path path2) throws IOException { in isSameFile() argument
865 public abstract boolean isSameFile(Path path, Path path2) in isSameFile() argument
1503 public static boolean isSameFile(Path path, Path path2) throws IOException {1504 return provider(path).isSameFile(path, path2);
1022 String path2 = new File(new File(""), "").getPath(); in test_getPath() local1023 assertTrue(path2.equals(File.separator) || path2.isEmpty()); in test_getPath()