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

  /external/qemu/android/
main.c 559 char* initImage = NULL;
571 initImage = avdInfo_getSystemInitImagePath(avd);
572 if (initImage == NULL) {
581 initImage = _getFullFilePath(opts->sysdir, opts->system);
583 initImage = ASTRDUP(opts->system);
585 if (!path_exists(initImage)) {
586 derror("System image file doesn't exist: %s", initImage);
597 } else if (initImage != NULL) {
599 hw->disk_systemPartition_initPath = initImage;
600 D("Using initial system image: %s", initImage);
    [all...]
  /external/qemu/
vl-android.c     [all...]

Completed in 51 milliseconds