Home
last modified time | relevance | path

Searched refs:getUnallocatedSpace (Results 1 – 2 of 2) sorted by relevance

/libcore/ojluni/src/main/java/java/nio/file/
DFileStore.java129 public abstract long getUnallocatedSpace() throws IOException; in getUnallocatedSpace() method in FileStore
/libcore/ojluni/src/main/java/sun/nio/fs/
DUnixFileStore.java129 public long getUnallocatedSpace() throws IOException { in getUnallocatedSpace() method in UnixFileStore
149 return getUnallocatedSpace(); in getAttribute()