Searched refs:isSameFileSystem (Results 1 – 2 of 2) sorted by relevance
80 private boolean isSameFileSystem(FileSystemView other) { in isSameFileSystem() method in FileSystemView177 if (!isSameFileSystem(view2)) { in isSameFile()402 if (!isSameFileSystem(existingView)) { in link()510 boolean sameFileSystem = isSameFileSystem(destView); in copy()643 if (!isSameFileSystem(destView)) { in checkNotAncestor()
113 if (!(watchable instanceof JimfsPath) || !isSameFileSystem((Path) watchable)) { in checkWatchable()124 private boolean isSameFileSystem(Path path) { in isSameFileSystem() method in PollingWatchService