Searched defs:sharedRes (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp605 ResTable* sharedRes = NULL; local
616 sharedRes = const_cast<AssetManager*>(this)->
618 if (sharedRes != NULL) {
620 nextEntryIdx = sharedRes->getTableCount();
623 if (sharedRes == NULL) {
643 sharedRes = new ResTable();
644 sharedRes->add(ass, idmap, nextEntryIdx + 1, false);
651 addSystemOverlays(overlaysListPath.string(), ap.path, sharedRes, nextEntryIdx);
653 sharedRes = const_cast<AssetManager*>(this)->
654 mZipSet.setZipResourceTable(ap.path, sharedRes);
766 addSystemOverlays(const char* pathOverlaysList, const String8& targetPackagePath, ResTable* sharedRes, size_t offset) const argument
[all...]

Completed in 9 milliseconds