Home | History | Annotate | Download | only in qemu

Lines Matching defs:dataBytes

3614         uint64_t    dataBytes = android_hw->disk_dataPartition_size;
3616 if (dataBytes == 0) {
3617 PANIC("Invalid data partition size: %" PRIu64, dataBytes);
3620 snprintf(tmp,sizeof(tmp),"userdata,size=0x%" PRIx64, dataBytes);