Home | History | Annotate | Download | only in android

Lines Matching defs:avd

175     AvdInfo*          avd;
269 avd = createAVD(opts, &inAndroidBuild);
270 opts->snapstorage = avdInfo_getSnapStoragePath(avd);
277 derror("This AVD doesn't have snapshotting enabled!\n");
297 /* Parses options and builds an appropriate AVD. */
298 avd = android_avdInfo = createAVD(opts, &inAndroidBuild);
311 avdInfo_getSkinInfo(avd, &skinName, &skinDir);
323 /* update the avd hw config from this new skin */
324 avdInfo_getSkinHardwareIni(avd, opts->skin, opts->skindir);
328 opts->dynamic_skin = avdInfo_shouldUseDynamicSkin(avd);
333 if (avdInfo_initHwConfig(avd, hw) < 0) {
391 char* tracePath = avdInfo_getTracePath(avd, opts->trace);
427 kernelFile = avdInfo_getKernelPath(avd);
429 derror( "This AVD's configuration is missing a kernel file!!" );
449 * to each AVD config file, then automatically determine its value for
515 hw->disk_ramdisk_path = avdInfo_getRamdiskPath(avd);
544 if (avdInfo_inAndroidBuild(avd)) {
545 opts->sysdir = ASTRDUP(avdInfo_getContentPath(avd));
566 rwImage = avdInfo_getSystemImagePath(avd);
571 initImage = avdInfo_getSystemInitImagePath(avd);
604 * If we have an AVD, it must be smaller than
624 avdInfo_inAndroidBuild(avd));
641 dataImage = avdInfo_getDataImagePath(avd);
646 dataImage = avdInfo_getDefaultDataImagePath(avd);
669 initImage = avdInfo_getDataInitImagePath(avd);
694 avdInfo_inAndroidBuild(avd));
713 opts->cache = avdInfo_getCachePath(avd);
719 if (!avdInfo_inAndroidBuild(avd)) {
720 opts->cache = avdInfo_getDefaultCachePath(avd);
766 /* Otherwise, look at the AVD's content */
767 opts->sdcard = avdInfo_getSdCardPath(avd);
819 if (!opts->snapstorage && avdInfo_getSnapshotPresent(avd)) {
820 opts->snapstorage = avdInfo_getSnapStoragePath(avd);
1077 char* charmap = avdInfo_getCharmapFile(avd, hw->hw_keyboard_charmap);
1164 hw->avd_name = ASTRDUP(avdInfo_getName(avd));
1208 char* abi = avdInfo_getTargetAbi(avd);
1223 /* Generate a hardware-qemu.ini for this AVD. The real hardware
1224 * configuration is ususally stored in several files, e.g. the AVD's
1231 const char* coreHwIniPath = avdInfo_getCoreHwIniPath(avd);
1236 /* The AVD is already in use, we still support this as an