HomeSort by relevance Sort by last modified time
    Searched refs:initImage (Results 1 - 2 of 2) sorted by null

  /external/qemu/android/
main.c 552 char* initImage = NULL;
564 initImage = avdInfo_getSystemInitImagePath(avd);
565 if (initImage == NULL) {
574 initImage = _getFullFilePath(opts->sysdir, opts->system);
576 initImage = ASTRDUP(opts->system);
578 if (!path_exists(initImage)) {
579 derror("System image file doesn't exist: %s", initImage);
590 } else if (initImage != NULL) {
592 hw->disk_systemPartition_initPath = initImage;
593 D("Using initial system image: %s", initImage);
    [all...]
  /external/qemu/
vl-android.c     [all...]

Completed in 151 milliseconds