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

/libcore/luni/src/test/java/libcore/java/io/
H A DFileTest.java234 assertTrue(new File("/").getFreeSpace() >= 0);
/libcore/ojluni/src/main/java/java/io/
H A DFile.java1698 public long getFreeSpace() { method in class:File
1716 * #getFreeSpace}.
1729 * (The {@code getFreeSpace} method returns the number of bytes potentially available to root.)
1734 * will be equivalent to a call to {@link #getFreeSpace}.

Completed in 3292 milliseconds