Searched refs:getStorageFullBytes (Results 1 – 3 of 3) sorted by relevance
194 final long fullBytes = storage.getStorageFullBytes(file); in check()
1158 return path.getUsableSpace() - getStorageFullBytes(path); in getStorageBytesUntilLow()1201 public long getStorageFullBytes(File path) { in getStorageFullBytes() method in StorageManager
3318 final long fullReserved = storage.getStorageFullBytes(path); in getAllocatableBytes()3367 bytes += storage.getStorageFullBytes(path); in allocateBytes()