Searched defs:systemImage (Results 1 - 2 of 2) sorted by path

/external/qemu/android/
H A Dmain.c638 const char* systemImage = hw->disk_systemPartition_path; local
641 if (systemImage == NULL)
642 systemImage = hw->disk_systemPartition_initPath;
644 if (path_get_size(systemImage, &systemBytes) < 0) {
645 derror("Missing system image: %s", systemImage);
/external/qemu/android/qemu-launcher/
H A Demulator-qemu.cpp439 const char* systemImage = hw->disk_systemPartition_path; local
442 if (systemImage == NULL)
443 systemImage = hw->disk_systemPartition_initPath;
445 if (path_get_size(systemImage, &systemBytes) < 0) {
446 derror("Missing system image: %s", systemImage);

Completed in 401 milliseconds