Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/
H A DStorageManagerService.java4033 final long allocatableBytes = getAllocatableBytes(volumeUuid, in allocateBytes() local
4035 if (bytes > allocatableBytes) { in allocateBytes()
4040 if (bytes > allocatableBytes + cacheClearable) { in allocateBytes()
4042 + " because only " + (allocatableBytes + cacheClearable) + " allocatable")); in allocateBytes()