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

/frameworks/base/libs/androidfw/
H A DAssetManager.cpp506 size_t nextEntryIdx = mResources->getTableCount(); local
509 if (nextEntryIdx == 0) {
516 nextEntryIdx = sharedRes->getTableCount();
534 if (nextEntryIdx == 0 && ass != NULL) {
540 sharedRes->add(ass, idmap, nextEntryIdx + 1, false);
547 addSystemOverlays(overlaysListPath.string(), ap.path, sharedRes, nextEntryIdx);
569 mResources->add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset);
578 mResources->addEmpty(nextEntryIdx + 1);

Completed in 100 milliseconds