Home
last modified time | relevance | path

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

/frameworks/base/libs/androidfw/
DAssetManager.cpp607 size_t nextEntryIdx = mResources->getTableCount(); in appendPathToResTable() local
610 if (nextEntryIdx == 0) { in appendPathToResTable()
617 nextEntryIdx = sharedRes->getTableCount(); in appendPathToResTable()
635 if (nextEntryIdx == 0 && ass != NULL) { in appendPathToResTable()
641 sharedRes->add(ass, idmap, nextEntryIdx + 1, false); in appendPathToResTable()
648 addSystemOverlays(overlaysListPath.string(), ap.path, sharedRes, nextEntryIdx); in appendPathToResTable()
670 mResources->add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset); in appendPathToResTable()
679 mResources->addEmpty(nextEntryIdx + 1); in appendPathToResTable()