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

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp610 size_t nextEntryIdx = mResources->getTableCount(); local
613 if (nextEntryIdx == 0) {
620 nextEntryIdx = sharedRes->getTableCount();
638 if (nextEntryIdx == 0 && ass != NULL) {
644 sharedRes->add(ass, idmap, nextEntryIdx + 1, false);
651 addSystemOverlays(overlaysListPath.string(), ap.path, sharedRes, nextEntryIdx);
673 mResources->add(ass, idmap, nextEntryIdx + 1, !shared);
682 mResources->addEmpty(nextEntryIdx + 1);

Completed in 59 milliseconds