Searched refs:getFreeSpace (Results 1 - 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/java/io/
H A DFileTest.java229 assertTrue(new File("/").getFreeSpace() >= 0);
/libcore/luni/src/main/java/java/io/
H A DFile.java1142 * (The {@code getFreeSpace} method returns the number of bytes potentially available to root.)
1164 public long getFreeSpace() { method in class:File

Completed in 231 milliseconds