Lines Matching refs:contentPath
113 char* contentPath; member
163 AFREE(i->contentPath); in avdInfo_free()
453 i->contentPath = iniFile_getString(i->rootIni, ROOT_ABS_PATH_KEY, NULL); in _avdInfo_getContentPath()
455 if (i->contentPath == NULL) { in _avdInfo_getContentPath()
461 if (!path_is_dir(i->contentPath)) { in _avdInfo_getContentPath()
469 AFREE(i->contentPath); in _avdInfo_getContentPath()
470 i->contentPath = ASTRDUP(temp); in _avdInfo_getContentPath()
475 D("virtual device content at %s", i->contentPath); in _avdInfo_getContentPath()
557 p = bufprint(p, end, "%s/%s", i->contentPath, fileName); in _avdInfo_getContentFilePath()
719 _avdInfo_getCoreHwIniPath(i, i->contentPath) < 0 ) in avdInfo_new()
815 i->contentPath = ASTRDUP(androidOut); in avdInfo_newForAndroidBuild()
929 return _getFullFilePath(i->contentPath, imageName); in avdInfo_getDefaultCachePath()
987 return _getFullFilePath(i->contentPath, imageName); in avdInfo_getDefaultDataImagePath()
1028 return i->contentPath; in avdInfo_getContentPath()
1060 i->contentPath, traceName ); in avdInfo_getTracePath()
1109 p = bufprint(temp, end, "%s/skin", i->contentPath); in avdInfo_getSkinInfo()
1114 *pSkinDir = ASTRDUP(i->contentPath); in avdInfo_getSkinInfo()
1126 skinPath = _checkSkinSkinsDir(i->contentPath, skinName); in avdInfo_getSkinInfo()