Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/storage/
DStorageManager.java2152 final long haveBytes = Os.fstat(fd).st_blocks * 512; in allocateBytes() local
2153 final long needBytes = bytes - haveBytes; in allocateBytes()