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

  /external/qemu/android/
main-common.h 49 void parse_skin_files(const char* skinDirPath,
main-common.c 339 parse_skin_files(const char* skinDirPath,
361 if (skinDirPath != NULL) {
362 bufprint(tmp, tmp+sizeof(tmp), "%s/%s", skinDirPath, skinName);
366 D("there is no '%s' skin in '%s'", skinName, skinDirPath);
409 if (skinDirPath == NULL) {
414 snprintf(tmp, sizeof tmp, "%s/%s/layout", skinDirPath, skinName);
423 snprintf(tmp, sizeof tmp, "%s/%s/", skinDirPath, skinName);
    [all...]
  /external/qemu/android/avd/
info.c 149 char* skinDirPath; /* skin directory */
168 AFREE(i->skinDirPath);
782 char* skinDirPath;
785 avdInfo_getSkinInfo(i, &skinName, &skinDirPath);
786 if (skinDirPath == NULL)
789 p = bufprint(temp, end, "%s/%s/hardware.ini", skinDirPath, skinName);
791 DD("no skin-specific hardware.ini in %s", skinDirPath);
    [all...]

Completed in 50 milliseconds