Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DResourceTypes.cpp3949 package_info* curPI = NULL; in applyStyle() local
3970 curPI = mPackages[pidx]; in applyStyle()
3971 if (curPI == NULL) { in applyStyle()
3972 curPI = (package_info*)malloc(sizeof(package_info)); in applyStyle()
3973 memset(curPI, 0, sizeof(*curPI)); in applyStyle()
3974 mPackages[pidx] = curPI; in applyStyle()
3985 curEntries = curPI->types[t].entries; in applyStyle()
3995 curPI->types[t].numEntries = cnt; in applyStyle()
3996 curPI->types[t].entries = curEntries; in applyStyle()
3998 numEntries = curPI->types[t].numEntries; in applyStyle()