Searched refs:getStorageFullBytes (Results 1 – 4 of 4) sorted by relevance
180 final long fullBytes = storage.getStorageFullBytes(file); in check()
1320 return path.getUsableSpace() - getStorageFullBytes(path); in getStorageBytesUntilLow()1374 public long getStorageFullBytes(File path) { in getStorageFullBytes() method in StorageManager
3233 final long fullReserved = storage.getStorageFullBytes(path); in getAllocatableBytes()3278 bytes += storage.getStorageFullBytes(path); in allocateBytes()
12586 HSPLandroid/os/storage/StorageManager;->getStorageFullBytes(Ljava/io/File;)J