Home | History | Annotate | Download | only in android

Lines Matching refs:skinDirPath

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