Searched refs:skinPath (Results 1 - 4 of 4) sorted by relevance

/external/qemu/android/
H A Dmain-common.h54 char* *skinPath);
60 const char* skinPath,
H A Dmain-common.c344 char* *skinPath)
483 *skinPath = strdup(path);
513 const char* skinPath,
558 if ( qemulator_init(qemulator_get(), skinConfig, skinPath, win_x, win_y, opts) < 0 ) {
559 fprintf(stderr, "### Error: could not load emulator skin from '%s'\n", skinPath);
339 parse_skin_files(const char* skinDirPath, const char* skinName, AndroidOptions* opts, AndroidHwConfig* hwConfig, AConfig* *skinConfig, char* *skinPath) argument
512 init_sdl_ui(AConfig* skinConfig, const char* skinPath, AndroidOptions* opts) argument
H A Dmain.c177 char* skinPath; local
371 &skinConfig, &skinPath);
1277 init_sdl_ui(skinConfig, skinPath, opts);
/external/qemu/android/avd/
H A Dinfo.c307 _checkSkinPath( const char* skinPath )
312 p = bufprint(temp, end, "%s/layout", skinPath);
1089 char* skinPath; local
1099 skinPath = iniFile_getString( i->configIni, SKIN_PATH, NULL );
1100 if (skinPath != NULL) {
1104 if (_getSkinPathFromName(skinPath, i->sdkRootPath,
1106 AFREE(skinPath);
1112 D("Warning: config.ini contains invalid %s entry: %s", SKIN_PATH, skinPath);
1113 AFREE(skinPath);
1139 skinPath
[all...]

Completed in 26 milliseconds