Lines Matching defs:imageName
973 const char* imageName = _imageFileNames[ AVD_IMAGE_KERNEL ];
975 char* kernelPath = _avdInfo_getContentOrSdkFilePath(i, imageName);
1017 const char* imageName = _imageFileNames[ AVD_IMAGE_RAMDISK ];
1018 return _avdInfo_getContentOrSdkFilePath(i, imageName);
1023 const char* imageName = _imageFileNames[ AVD_IMAGE_CACHE ];
1024 return _avdInfo_getContentFilePath(i, imageName);
1029 const char* imageName = _imageFileNames[ AVD_IMAGE_CACHE ];
1030 return _getFullFilePath(i->contentPath, imageName);
1035 const char* imageName = _imageFileNames[ AVD_IMAGE_SDCARD ];
1053 return _avdInfo_getContentFilePath(i, imageName);
1059 const char* imageName = _imageFileNames[ AVD_IMAGE_SNAPSHOTS ];
1060 return _avdInfo_getContentFilePath(i, imageName);
1066 const char* imageName = _imageFileNames[ AVD_IMAGE_USERSYSTEM ];
1067 return _avdInfo_getContentFilePath(i, imageName);
1073 const char* imageName = _imageFileNames[ AVD_IMAGE_INITSYSTEM ];
1074 return _avdInfo_getContentOrSdkFilePath(i, imageName);
1080 const char* imageName = _imageFileNames[ AVD_IMAGE_USERDATA ];
1081 return _avdInfo_getContentFilePath(i, imageName);
1087 const char* imageName = _imageFileNames[ AVD_IMAGE_USERDATA ];
1088 return _getFullFilePath(i->contentPath, imageName);
1094 const char* imageName = _imageFileNames[ AVD_IMAGE_INITDATA ];
1095 return _avdInfo_getContentOrSdkFilePath(i, imageName);