Home | History | Annotate | Download | only in avd

Lines Matching refs:imageName

880     const char* imageName = _imageFileNames[ AVD_IMAGE_KERNEL ];
882 char* kernelPath = _avdInfo_getContentOrSdkFilePath(i, imageName);
916 const char* imageName = _imageFileNames[ AVD_IMAGE_RAMDISK ];
917 return _avdInfo_getContentOrSdkFilePath(i, imageName);
922 const char* imageName = _imageFileNames[ AVD_IMAGE_CACHE ];
923 return _avdInfo_getContentFilePath(i, imageName);
928 const char* imageName = _imageFileNames[ AVD_IMAGE_CACHE ];
929 return _getFullFilePath(i->contentPath, imageName);
934 const char* imageName = _imageFileNames[ AVD_IMAGE_SDCARD ];
952 return _avdInfo_getContentFilePath(i, imageName);
958 const char* imageName = _imageFileNames[ AVD_IMAGE_SNAPSHOTS ];
959 return _avdInfo_getContentFilePath(i, imageName);
965 const char* imageName = _imageFileNames[ AVD_IMAGE_USERSYSTEM ];
966 return _avdInfo_getContentFilePath(i, imageName);
972 const char* imageName = _imageFileNames[ AVD_IMAGE_INITSYSTEM ];
973 return _avdInfo_getContentOrSdkFilePath(i, imageName);
979 const char* imageName = _imageFileNames[ AVD_IMAGE_USERDATA ];
980 return _avdInfo_getContentFilePath(i, imageName);
986 const char* imageName = _imageFileNames[ AVD_IMAGE_USERDATA ];
987 return _getFullFilePath(i->contentPath, imageName);
993 const char* imageName = _imageFileNames[ AVD_IMAGE_INITDATA ];
994 return _avdInfo_getContentOrSdkFilePath(i, imageName);