Searched refs:getStorageFullBytes (Results 1 – 3 of 3) sorted by relevance
180 final long fullBytes = storage.getStorageFullBytes(file); in check()438 pw.println(storage.getStorageFullBytes(file)); in dumpImpl()
1453 return path.getUsableSpace() - getStorageFullBytes(path); in getStorageBytesUntilLow()1507 public long getStorageFullBytes(File path) { in getStorageFullBytes() method in StorageManager
3979 fullReserved = storage.getStorageFullBytes(path); in getAllocatableBytes()4025 bytes += storage.getStorageFullBytes(path); in allocateBytes()