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

/external/qemu/android/
H A Dmain.c177 char* skinPath; local
375 &skinConfig, &skinPath);
1296 init_sdl_ui(skinConfig, skinPath, opts);
H A Dmain-common.c554 char* *skinPath)
703 *skinPath = strdup(path);
733 const char* skinPath,
778 if ( qemulator_init(qemulator_get(), skinConfig, skinPath, win_x, win_y, opts) < 0 ) {
779 fprintf(stderr, "### Error: could not load emulator skin from '%s'\n", skinPath);
549 parse_skin_files(const char* skinDirPath, const char* skinName, AndroidOptions* opts, AndroidHwConfig* hwConfig, AConfig* *skinConfig, char* *skinPath) argument
732 init_sdl_ui(AConfig* skinConfig, const char* skinPath, AndroidOptions* opts) argument
/external/qemu/android/avd/
H A Dinfo.c279 _checkSkinPath( const char* skinPath )
284 p = bufprint(temp, end, "%s/layout", skinPath);
1076 char* skinPath; local
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
[all...]

Completed in 106 milliseconds