Searched refs:nextEntryIdx (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 551 size_t nextEntryIdx = mResources->getTableCount(); in appendPathToResTable() local 554 if (nextEntryIdx == 0) { in appendPathToResTable() 561 nextEntryIdx = sharedRes->getTableCount(); in appendPathToResTable() 579 if (nextEntryIdx == 0 && ass != NULL) { in appendPathToResTable() 585 sharedRes->add(ass, idmap, nextEntryIdx + 1, false); in appendPathToResTable() 592 addSystemOverlays(overlaysListPath.string(), ap.path, sharedRes, nextEntryIdx); in appendPathToResTable() 614 mResources->add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset); in appendPathToResTable() 623 mResources->addEmpty(nextEntryIdx + 1); in appendPathToResTable()
|