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