Searched refs:skinPath (Results 1 – 4 of 4) sorted by relevance
/external/qemu/android/avd/ |
D | info.c | 279 _checkSkinPath( const char* skinPath ) in _checkSkinPath() argument 284 p = bufprint(temp, end, "%s/layout", skinPath); in _checkSkinPath() 1076 char* skinPath; in avdInfo_getSkinInfo() local 1086 skinPath = iniFile_getString( i->configIni, SKIN_PATH, NULL ); in avdInfo_getSkinInfo() 1087 if (skinPath != NULL) { in avdInfo_getSkinInfo() 1091 if (_getSkinPathFromName(skinPath, i->sdkRootPath, in avdInfo_getSkinInfo() 1093 AFREE(skinPath); in avdInfo_getSkinInfo() 1099 D("Warning: config.ini contains invalid %s entry: %s", SKIN_PATH, skinPath); in avdInfo_getSkinInfo() 1100 AFREE(skinPath); in avdInfo_getSkinInfo() 1126 skinPath = _checkSkinSkinsDir(i->contentPath, skinName); in avdInfo_getSkinInfo() [all …]
|
/external/qemu/android/ |
D | main-common.h | 54 char* *skinPath); 60 const char* skinPath,
|
D | main-common.c | 554 char* *skinPath) in parse_skin_files() 703 *skinPath = strdup(path); in parse_skin_files() 733 const char* skinPath, in init_sdl_ui() argument 778 if ( qemulator_init(qemulator_get(), skinConfig, skinPath, win_x, win_y, opts) < 0 ) { in init_sdl_ui() 779 fprintf(stderr, "### Error: could not load emulator skin from '%s'\n", skinPath); in init_sdl_ui()
|
D | main.c | 177 char* skinPath; in main() local 375 &skinConfig, &skinPath); in main() 1296 init_sdl_ui(skinConfig, skinPath, opts); in main()
|