Home
last modified time | relevance | path

Searched refs:getFileStore (Results 1 – 11 of 11) sorted by relevance

/libcore/ojluni/src/main/java/sun/nio/fs/
DLinuxFileSystemProvider.java48 LinuxFileStore getFileStore(UnixPath path) throws IOException { in getFileStore() method in LinuxFileSystemProvider
DUnixFileSystem.java179 abstract FileStore getFileStore(UnixMountEntry entry) throws IOException;
213 return getFileStore(entry);
DLinuxFileSystem.java113 FileStore getFileStore(UnixMountEntry entry) throws IOException { in getFileStore() method in LinuxFileSystem
DUnixFileSystemProvider.java371 abstract FileStore getFileStore(UnixPath path) throws IOException; in getFileStore() method in UnixFileSystemProvider
374 public FileStore getFileStore(Path obj) throws IOException { in getFileStore() method in UnixFileSystemProvider
/libcore/luni/src/test/filesystems/src/mypackage/
DMockFileSystemProvider.java107 public FileStore getFileStore(Path path) throws IOException { in getFileStore() method in MockFileSystemProvider
/libcore/luni/src/test/java/libcore/java/nio/file/spi/
DFileSystemProviderTest.java112 public FileStore getFileStore(Path path) throws IOException { in getFileStore() method in FileSystemProviderTest.MockFileSystemProvider
/libcore/ojluni/src/main/java/java/nio/file/spi/
DFileSystemProvider.java908 public abstract FileStore getFileStore(Path path) throws IOException; in getFileStore() method in FileSystemProvider
/libcore/luni/src/test/java/libcore/java/nio/file/
DDefaultFileSystemProvider2Test.java267 provider.getFileStore(filesSetup.getDataFilePath()); in test_getFileStore()
273 provider.getFileStore(null); in test_getFileStore()
DFiles2Test.java141 when(mockFileSystemProvider.getFileStore(mockPath)).thenThrow(new SecurityException()); in test_getFileStore()
143 Files.getFileStore(mockPath); in test_getFileStore()
/libcore/ojluni/src/main/java/java/nio/file/
DFiles.java1460 public static FileStore getFileStore(Path path) throws IOException {
1461 return provider(path).getFileStore(path);
/libcore/api/
Dcurrent.txt7522 …method public static java.nio.file.FileStore getFileStore(java.nio.file.Path) throws java.io.IOExc…
7932 …method public abstract java.nio.file.FileStore getFileStore(java.nio.file.Path) throws java.io.IOE…