Home | History | Annotate | Download | only in qemu

Lines Matching refs:dataBytes

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