Home
last modified time | relevance | path

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

/external/qemu/android/
Dmain.c131 uint64_t imageBytes, in _adjustPartitionSize() argument
139 if (imageBytes <= defaultBytes) in _adjustPartitionSize()
142 imageMB = convertBytesToMB(imageBytes); in _adjustPartitionSize()
148 … snprintf(temp, sizeof temp, "(%" PRIu64 " bytes > %" PRIu64 " bytes)", imageBytes, defaultBytes); in _adjustPartitionSize()