Searched refs:FileSystemView (Results 1 – 7 of 7) sorted by relevance
/external/jimfs/jimfs/src/main/java/com/google/common/jimfs/ |
D | JimfsFileSystemProvider.java | 136 private static FileSystemView getDefaultView(JimfsPath path) { in getDefaultView() 154 FileSystemView view = getDefaultView(path); in newJimfsFileChannel() 189 FileSystemView view = getDefaultView(checkedPath); in newInputStream() 200 FileSystemView view = getDefaultView(checkedPath); in newOutputStream() 216 FileSystemView view = getDefaultView(checkedPath); in createDirectory() 227 FileSystemView view = getDefaultView(linkPath); in createLink() 239 FileSystemView view = getDefaultView(linkPath); in createSymbolicLink() 252 FileSystemView view = getDefaultView(checkedPath); in delete() 253 view.deleteFile(checkedPath, FileSystemView.DeleteMode.ANY); in delete() 266 FileSystemView sourceView = getDefaultView(sourcePath); in copy() [all …]
|
D | JimfsFileSystems.java | 74 FileSystemView defaultView = createDefaultView(config, fileStore, pathService); in newFileSystem() 113 private static FileSystemView createDefaultView( in createDefaultView() 130 return new FileSystemView(fileStore, dir, workingDirPath); in createDefaultView()
|
D | JimfsSecureDirectoryStream.java | 48 private final FileSystemView view; 56 FileSystemView view, Filter<? super Path> filter, FileSystemState fileSystemState) { in JimfsSecureDirectoryStream() 156 view.deleteFile(checkedPath, FileSystemView.DeleteMode.NON_DIRECTORY_ONLY); in deleteFile() 163 view.deleteFile(checkedPath, FileSystemView.DeleteMode.DIRECTORY_ONLY); in deleteDirectory()
|
D | FileSystemView.java | 64 final class FileSystemView { class 72 public FileSystemView( in FileSystemView() method in FileSystemView 80 private boolean isSameFileSystem(FileSystemView other) { in isSameFileSystem() 126 FileSystemView view = new FileSystemView(store, file, basePathForStream); in newDirectoryStream() 175 public boolean isSameFile(JimfsPath path, FileSystemView view2, JimfsPath path2) in isSameFile() 392 public void link(JimfsPath link, FileSystemView existingView, JimfsPath existing) in link() 500 FileSystemView destView, in copy() 640 private void checkNotAncestor(File source, Directory destParent, FileSystemView destView) in checkNotAncestor()
|
D | WatchServiceConfiguration.java | 52 abstract AbstractWatchService newWatchService(FileSystemView view, PathService pathService); in newWatchService() 67 AbstractWatchService newWatchService(FileSystemView view, PathService pathService) { in newWatchService()
|
D | JimfsFileSystem.java | 177 private final FileSystemView defaultView; 186 FileSystemView defaultView, in JimfsFileSystem() 207 public FileSystemView getDefaultView() { in getDefaultView()
|
D | PollingWatchService.java | 67 private final FileSystemView view; 77 FileSystemView view, in PollingWatchService()
|