HomeSort by relevance Sort by last modified time
    Searched refs:skinPath (Results 1 - 6 of 6) sorted by null

  /external/qemu/android/
main-common.h 54 char* *skinPath);
60 const char* skinPath,
main-common.c 554 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);
    [all...]
main.c 177 char* skinPath;
375 &skinConfig, &skinPath);
    [all...]
  /external/qemu/android/avd/
info.c 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)
    [all...]
  /prebuilts/devtools/tools/lib/
sdkuilib.jar 
sdklib.jar 

Completed in 67 milliseconds