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

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp501 ResTable* sharedRes = NULL; local
512 sharedRes = const_cast<AssetManager*>(this)->
514 if (sharedRes != NULL) {
516 nextEntryIdx = sharedRes->getTableCount();
519 if (sharedRes == NULL) {
539 sharedRes = new ResTable();
540 sharedRes->add(ass, idmap, nextEntryIdx + 1, false);
547 addSystemOverlays(overlaysListPath.string(), ap.path, sharedRes, nextEntryIdx);
549 sharedRes = const_cast<AssetManager*>(this)->
550 mZipSet.setZipResourceTable(ap.path, sharedRes);
657 addSystemOverlays(const char* pathOverlaysList, const String8& targetPackagePath, ResTable* sharedRes, size_t offset) const argument
[all...]
/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h236 ResTable* sharedRes, size_t offset) const;

Completed in 1030 milliseconds