Searched refs:getSpace (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/java/java/io/
H A DFileSystem.java219 public abstract long getSpace(File f, int t); method in class:FileSystem
H A DFile.java1669 return fs.getSpace(this, FileSystem.SPACE_TOTAL);
1707 return fs.getSpace(this, FileSystem.SPACE_FREE);
1753 return fs.getSpace(this, FileSystem.SPACE_USABLE);
H A DUnixFileSystem.java357 public long getSpace(File f, int t) { method in class:UnixFileSystem

Completed in 44 milliseconds