Home | History | Annotate | Download | only in avd

Lines Matching refs:skinDirPath

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);