Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp3702 package_info* curPI = NULL; in applyStyle() local
3723 curPI = mPackages[pidx]; in applyStyle()
3724 if (curPI == NULL) { in applyStyle()
3725 curPI = (package_info*)malloc(sizeof(package_info)); in applyStyle()
3726 memset(curPI, 0, sizeof(*curPI)); in applyStyle()
3727 mPackages[pidx] = curPI; in applyStyle()
3738 curEntries = curPI->types[t].entries; in applyStyle()
3748 curPI->types[t].numEntries = cnt; in applyStyle()
3749 curPI->types[t].entries = curEntries; in applyStyle()
3751 numEntries = curPI->types[t].numEntries; in applyStyle()