Searched refs:getFileStore (Results 1 – 9 of 9) sorted by relevance
48 LinuxFileStore getFileStore(UnixPath path) throws IOException { in getFileStore() method in LinuxFileSystemProvider
113 FileStore getFileStore(UnixMountEntry entry) throws IOException { in getFileStore() method in LinuxFileSystem
179 abstract FileStore getFileStore(UnixMountEntry entry) throws IOException;213 return getFileStore(entry);
358 abstract FileStore getFileStore(UnixPath path) throws IOException; in getFileStore() method in UnixFileSystemProvider361 public FileStore getFileStore(Path obj) throws IOException { in getFileStore() method in UnixFileSystemProvider
107 public FileStore getFileStore(Path path) throws IOException { in getFileStore() method in MockFileSystemProvider
908 public abstract FileStore getFileStore(Path path) throws IOException; in getFileStore() method in FileSystemProvider
267 provider.getFileStore(filesSetup.getDataFilePath()); in test_getFileStore()273 provider.getFileStore(null); in test_getFileStore()
141 when(mockFileSystemProvider.getFileStore(mockPath)).thenThrow(new SecurityException()); in test_getFileStore()143 Files.getFileStore(mockPath); in test_getFileStore()
1460 public static FileStore getFileStore(Path path) throws IOException {1461 return provider(path).getFileStore(path);