Home
last modified time | relevance | path

Searched refs:isSameFile (Results 1 – 10 of 10) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/utils/
DParserCollectionStrategy.java60 if (current_root != null && Files.isSameFile(dir, current_root)) { in collect()
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/utils/
DSymbolSolverCollectionStrategy.java68 if (current_root != null && Files.isSameFile(dir, current_root)) { in collect()
/external/jimfs/jimfs/src/test/java/com/google/common/jimfs/
DPathSubject.java238 if (!Files.isSameFile(actual, path)) { in isSameFileAs()
246 if (Files.isSameFile(actual, toPath(path))) { in isNotSameFileAs()
DJimfsUnixLikeFileSystemTest.java1956 assertThat(Files.isSameFile(path("/"), defaultFileSystemRoot)).isFalse(); in testIsSameFile_forPathFromDifferentFileSystemProvider()
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DJimfsFileSystemProvider.java277 public boolean isSameFile(Path path, Path path2) throws IOException { in isSameFile() method in JimfsFileSystemProvider
292 return view.isSameFile(checkedPath, view2, checkedPath2); in isSameFile()
DSystemJimfsFileSystemProvider.java235 public boolean isSameFile(Path path, Path path2) throws IOException {
DFileSystemView.java175 public boolean isSameFile(JimfsPath path, FileSystemView view2, JimfsPath path2) in isSameFile() method in FileSystemView
/external/guava/guava/src/com/google/common/io/
DMoreFiles.java371 if (Files.isSameFile(path1, path2)) {
/external/guava/guava-tests/test/com/google/common/io/
DMoreFilesTest.java212 assertThat(Files.isSameFile(fooPath, fooCopy)).isFalse(); in testEqual()
/external/desugar/java/com/google/devtools/build/android/desugar/
DDesugar.java877 dumperPath instanceof Path && Files.isSameFile(dumpDirectory, (Path) dumperPath), in verifyLambdaDumpDirectoryRegistered()