Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DStorageManagerService.java4180 final long allocatableBytes = getAllocatableBytes(volumeUuid, in allocateBytes() local
4182 if (bytes > allocatableBytes) { in allocateBytes()
4187 if (bytes > allocatableBytes + cacheClearable) { in allocateBytes()
4189 + " because only " + (allocatableBytes + cacheClearable) + " allocatable")); in allocateBytes()