Lines Matching refs:skinPath
279 _checkSkinPath( const char* skinPath )
284 p = bufprint(temp, end, "%s/layout", skinPath);
1076 char* skinPath;
1086 skinPath = iniFile_getString( i->configIni, SKIN_PATH, NULL );
1087 if (skinPath != NULL) {
1091 if (_getSkinPathFromName(skinPath, i->sdkRootPath,
1093 AFREE(skinPath);
1099 D("Warning: config.ini contains invalid %s entry: %s", SKIN_PATH, skinPath);
1100 AFREE(skinPath);
1126 skinPath = _checkSkinSkinsDir(i->contentPath, skinName);
1127 if (skinPath != NULL)
1137 skinPath = _checkSkinSkinsDir(temp, skinName);
1138 if (skinPath != NULL)
1146 skinPath = _checkSkinSkinsDir(parentDir, skinName);
1148 if (skinPath != NULL)
1162 skinPath = _checkSkinSkinsDir(parentDir, skinName);
1164 if (skinPath != NULL)
1177 if (path_split(skinPath, pSkinDir, pSkinName) < 0) {
1178 derror("weird skin path: %s", skinPath);
1179 AFREE(skinPath);
1183 AFREE(skinPath);