Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DStorageManager.java2153 final long needBytes = bytes - haveBytes; in allocateBytes() local
2155 if (needBytes > 0) { in allocateBytes()
2156 allocateBytes(uuid, needBytes, flags); in allocateBytes()