Searched defs:skinPath (Results 1 - 3 of 3) sorted by relevance

/external/qemu/android/
H A Dmain-common-ui.c508 char* *skinPath)
657 *skinPath = strdup(path);
687 const char* skinPath,
732 if ( qemulator_init(qemulator_get(), skinConfig, skinPath, win_x, win_y, opts) < 0 ) {
733 fprintf(stderr, "### Error: could not load emulator skin from '%s'\n", skinPath);
503 parse_skin_files(const char* skinDirPath, const char* skinName, AndroidOptions* opts, AndroidHwConfig* hwConfig, AConfig* *skinConfig, char* *skinPath) argument
686 init_sdl_ui(AConfig* skinConfig, const char* skinPath, AndroidOptions* opts) argument
H A Dmain.c176 char* skinPath; local
374 &skinConfig, &skinPath);
1469 init_sdl_ui(skinConfig, skinPath, opts);
/external/qemu/android/avd/
H A Dinfo.c290 _checkSkinPath( const char* skinPath )
295 p = bufprint(temp, end, "%s/layout", skinPath);
1179 char* skinPath; local
1189 skinPath = iniFile_getString( i->configIni, SKIN_PATH, NULL );
1190 if (skinPath != NULL) {
1194 if (_getSkinPathFromName(skinPath, i->sdkRootPath,
1196 AFREE(skinPath);
1202 D("Warning: config.ini contains invalid %s entry: %s", SKIN_PATH, skinPath);
1203 AFREE(skinPath);
1229 skinPath
[all...]

Completed in 357 milliseconds