Home
last modified time | relevance | path

Searched refs:curPI (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
DResourceTypes.cpp3369 package_info* curPI = NULL; in applyStyle() local
3390 curPI = mPackages[pidx]; in applyStyle()
3391 if (curPI == NULL) { in applyStyle()
3392 curPI = (package_info*)malloc(sizeof(package_info)); in applyStyle()
3393 memset(curPI, 0, sizeof(*curPI)); in applyStyle()
3394 mPackages[pidx] = curPI; in applyStyle()
3405 curEntries = curPI->types[t].entries; in applyStyle()
3415 curPI->types[t].numEntries = cnt; in applyStyle()
3416 curPI->types[t].entries = curEntries; in applyStyle()
3418 numEntries = curPI->types[t].numEntries; in applyStyle()