Searched refs:sysBytes (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dvl-android.c3577 uint64_t sysBytes = android_hw->disk_systemPartition_size; local
3579 if (sysBytes == 0) {
3580 PANIC("Invalid system partition size: %" PRIu64, sysBytes);
3583 snprintf(tmp,sizeof(tmp),"system,size=0x%" PRIx64, sysBytes);

Completed in 75 milliseconds