Searched refs:getStorageFullBytes (Results 1 – 3 of 3) sorted by relevance
184 final long fullBytes = storage.getStorageFullBytes(file); in checkLow()484 pw.println(storage.getStorageFullBytes(file)); in dumpImpl()
1498 return path.getUsableSpace() - getStorageFullBytes(path); in getStorageBytesUntilLow()1591 public long getStorageFullBytes(File path) { in getStorageFullBytes() method in StorageManager
4154 fullReserved = storage.getStorageFullBytes(path); in getAllocatableBytes()4200 bytes += storage.getStorageFullBytes(path); in allocateBytes()