Home | History | Annotate | Download | only in android

Lines Matching refs:avd

234     AvdInfo*          avd;
328 avd = createAVD(opts, &inAndroidBuild);
329 opts->snapstorage = avdInfo_getSnapStoragePath(avd);
336 derror("This AVD doesn't have snapshotting enabled!\n");
356 /* Parses options and builds an appropriate AVD. */
357 avd = android_avdInfo = createAVD(opts, &inAndroidBuild);
370 avdInfo_getSkinInfo(avd, &skinName, &skinDir);
385 if (avdInfo_initHwConfig(avd, hw) < 0) {
443 char* tracePath = avdInfo_getTracePath(avd, opts->trace);
476 kernelFile = avdInfo_getKernelPath(avd);
478 derror( "This AVD's configuration is missing a kernel file!!" );
498 * to each AVD config file, then automatically determine its value for
564 hw->disk_ramdisk_path = avdInfo_getRamdiskPath(avd);
593 if (avdInfo_inAndroidBuild(avd)) {
594 opts->sysdir = ASTRDUP(avdInfo_getContentPath(avd));
615 rwImage = avdInfo_getSystemImagePath(avd);
620 initImage = avdInfo_getSystemInitImagePath(avd);
653 * If we have an AVD, it must be smaller than
673 avdInfo_inAndroidBuild(avd));
690 dataImage = avdInfo_getDataImagePath(avd);
695 dataImage = avdInfo_getDefaultDataImagePath(avd);
718 initImage = avdInfo_getDataInitImagePath(avd);
743 avdInfo_inAndroidBuild(avd));
762 opts->cache = avdInfo_getCachePath(avd);
768 if (!avdInfo_inAndroidBuild(avd)) {
769 opts->cache = avdInfo_getDefaultCachePath(avd);
803 /* Otherwise, look at the AVD's content */
804 opts->sdcard = avdInfo_getSdCardPath(avd);
857 opts->snapstorage = avdInfo_getSnapStoragePath(avd);
1114 char* charmap = avdInfo_getCharmapFile(avd, hw->hw_keyboard_charmap);
1234 hw->avd_name = ASTRDUP(avdInfo_getName(avd));
1264 char* abi = avdInfo_getTargetAbi(avd);
1279 /* Generate a hardware-qemu.ini for this AVD. The real hardware
1280 * configuration is ususally stored in several files, e.g. the AVD's
1287 const char* coreHwIniPath = avdInfo_getCoreHwIniPath(avd);
1292 /* The AVD is already in use, we still support this as an