Home
last modified time | relevance | path

Searched refs:isSameFileSystem (Results 1 – 2 of 2) sorted by relevance

/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/
DFileSystemView.java80 private boolean isSameFileSystem(FileSystemView other) { in isSameFileSystem() method in FileSystemView
177 if (!isSameFileSystem(view2)) { in isSameFile()
402 if (!isSameFileSystem(existingView)) { in link()
510 boolean sameFileSystem = isSameFileSystem(destView); in copy()
643 if (!isSameFileSystem(destView)) { in checkNotAncestor()
DPollingWatchService.java113 if (!(watchable instanceof JimfsPath) || !isSameFileSystem((Path) watchable)) { in checkWatchable()
124 private boolean isSameFileSystem(Path path) { in isSameFileSystem() method in PollingWatchService