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

  /external/qemu/android/
main-common.h 54 char* *skinPath);
60 const char* skinPath,
main-common.c 344 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);
    [all...]
main.c 177 char* skinPath;
371 &skinConfig, &skinPath);
    [all...]
  /external/qemu/android/avd/
info.c 307 _checkSkinPath( const char* skinPath )
312 p = bufprint(temp, end, "%s/layout", skinPath);
1089 char* skinPath;
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 = _checkSkinSkinsDir(i->contentPath, skinName)
    [all...]
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/ui/view/
AndroidViewData.java 73 File skinPath = instance.getSkinPath();
74 skin = skinFw.getSkinById(skinId, skinPath);
  /tools/motodev/src/plugins/emulator/src/com/motorola/studio/android/emulator/device/instance/
AndroidDeviceInstance.java 437 String skinPath = avdInfo.getProperties().get("skin.path");
438 skinPath = SdkUtils.getCurrentSdk().getSdkLocation() + skinPath;
440 File candidateFile = new File(skinPath);
453 skinPath = getSkinFolderPath(baseTarget);
454 skinFile = new File(skinPath);
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java 502 String skinPath = prop.get(AvdManager.AVD_INI_SKIN_PATH);
503 if (skinPath != null) {
504 File skinFolder = new File(mSdkLocation, skinPath);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java 703 String skinPath = getSkinRelativePath(skinName, target, log);
704 if (skinPath == null) {
705 log.error(null, "Missing skinpath in the AVD folder.");
710 values.put(AVD_INI_SKIN_PATH, skinPath);
    [all...]

Completed in 185 milliseconds