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.java1815 final long needBytes = bytes - haveBytes; in allocateBytes() local
1817 if (needBytes > 0) { in allocateBytes()
1818 allocateBytes(uuid, needBytes, flags); in allocateBytes()