Searched refs:getUsableSpace (Results 1 - 13 of 13) sorted by relevance

/openjdk7/jdk/src/share/classes/java/nio/file/
H A DFileStore.java112 public abstract long getUsableSpace() throws IOException; method in class:FileStore
/openjdk7/jdk/test/java/nio/file/FileStore/
H A DBasic.java97 long usable = f.getUsableSpace();
102 checkWithin1GB(usable, store1.getUsableSpace());
120 store.getUsableSpace();
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileStore.java107 public long getUsableSpace() throws IOException { method in class:ZipFileStore
121 return getUsableSpace();
145 return fstore.getUsableSpace();
/openjdk7/jdk/src/share/sample/nio/file/
H A DDiskUsage.java57 long avail = store.getUsableSpace() / K;
/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileStore.java136 public long getUsableSpace() throws IOException { method in class:WindowsFileStore
158 return getUsableSpace();
/openjdk7/jdk/test/java/io/File/
H A DMaxPathLength.java63 usableSpace = f.getUsableSpace()/ONEMEGA;
135 diff = usableSpace - dirFile.getUsableSpace()/ONEMEGA;
137 throw new RuntimeException ("File.getUsableSpace() failed");
H A DGetXSpace.java203 f.getUsableSpace();
206 out.format(fmt, "getUsableSpace", x);
216 long us = f.getUsableSpace();
257 long [] s = { f.getTotalSpace(), f.getFreeSpace(), f.getUsableSpace() };
271 long [] s = { f.getTotalSpace(), f.getFreeSpace(), f.getUsableSpace() };
H A DNulFile.java513 // getUsableSpace()
514 if (testFile.getUsableSpace() != 0L)
/openjdk7/jdk/test/java/io/FileInputStream/
H A DLargeFileAvailable.java44 long spaceavailable = file.getUsableSpace();
/openjdk7/jdk/test/java/nio/file/Files/
H A DInterruptCopy.java47 long usableSpace = store.getUsableSpace();
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixFileStore.java123 public long getUsableSpace() throws IOException { method in class:UnixFileStore
147 return getUsableSpace();
/openjdk7/langtools/test/tools/javac/file/zip/
H A DT6836682.java205 final long available = Files.getFileStore(path).getUsableSpace();
/openjdk7/jdk/src/share/classes/java/io/
H A DFile.java1853 public long getUsableSpace() { method in class:File

Completed in 45 milliseconds