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

  /external/qemu/android/
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...]
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/widgets/
AvdStartDialog.java 482 String skinPath = prop.get(AvdManager.AVD_INI_SKIN_PATH);
483 if (skinPath != null) {
484 File skinFolder = new File(mSdkLocation, skinPath);
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/avd/
AvdManager.java 635 String skinPath = getSkinRelativePath(skinName, target, log);
636 if (skinPath == null) {
637 log.error(null, "Missing skinpath in the AVD folder.");
642 values.put(AVD_INI_SKIN_PATH, skinPath);
    [all...]

Completed in 219 milliseconds