Searched refs:getUnallocatedSpace (Results 1 - 6 of 6) sorted by relevance

/openjdk9/jdk/src/jdk.zipfs/share/classes/jdk/nio/zipfs/
H A DZipFileStore.java97 public long getUnallocatedSpace() throws IOException { method in class:ZipFileStore
108 return getUnallocatedSpace();
136 return fstore.getUnallocatedSpace();
/openjdk9/jdk/src/java.base/share/classes/java/nio/file/
H A DFileStore.java129 public abstract long getUnallocatedSpace() throws IOException; method in class:FileStore
/openjdk9/jdk/test/java/nio/file/FileStore/
H A DBasic.java107 checkWithin1GB(free, store1.getUnallocatedSpace());
127 store.getUnallocatedSpace();
/openjdk9/jdk/src/java.base/share/classes/jdk/internal/jrtfs/
H A DJrtFileStore.java90 public long getUnallocatedSpace() throws IOException { method in class:JrtFileStore
91 throw new UnsupportedOperationException("getUnallocatedSpace");
/openjdk9/jdk/src/java.base/windows/classes/sun/nio/fs/
H A DWindowsFileStore.java148 public long getUnallocatedSpace() throws IOException { method in class:WindowsFileStore
167 return getUnallocatedSpace();
/openjdk9/jdk/src/java.base/unix/classes/sun/nio/fs/
H A DUnixFileStore.java129 public long getUnallocatedSpace() throws IOException { method in class:UnixFileStore
149 return getUnallocatedSpace();

Completed in 131 milliseconds