Searched refs:contentPath (Results 1 – 1 of 1) sorted by relevance
113 char* contentPath; member163 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()[all …]