Searched refs:getFileStore (Results 26 - 34 of 34) sorted by relevance

12

/openjdk7/jdk/test/java/nio/file/attribute/UserDefinedFileAttributeView/
H A DBasic.java229 if (!Files.getFileStore(dir).supportsFileAttributeView("user")) {
/openjdk7/langtools/test/tools/javac/file/zip/
H A DT6836682.java205 final long available = Files.getFileStore(path).getUsableSpace();
/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFiles.java1410 public static FileStore getFileStore(Path path) throws IOException { method in class:Files
1411 return provider(path).getFileStore(path);
/openjdk7/jdk/test/java/nio/file/attribute/PosixFileAttributeView/
H A DBasic.java382 if (!Files.getFileStore(dir).supportsFileAttributeView("posix")) {
/openjdk7/jdk/test/java/nio/file/Files/
H A DFileAttributes.java279 FileStore store = Files.getFileStore(file);
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipPath.java716 FileStore getFileStore() throws IOException { method in class:ZipPath
719 return zfs.getFileStore(this);
H A DZipFileSystem.java199 FileStore getFileStore(ZipPath path) { method in class:ZipFileSystem
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileSystemProvider.java475 public FileStore getFileStore(Path obj) throws IOException { method in class:WindowsFileSystemProvider
/openjdk7/jdk/src/share/demo/nio/zipfs/
H A DDemo.java262 FileStore fstore = Files.getFileStore(path);

Completed in 55 milliseconds

12