Searched refs:nextEntryIdx (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/libs/androidfw/ |
D | AssetManager.cpp | 552 size_t nextEntryIdx = mResources->getTableCount(); in appendPathToResTable() local 555 if (nextEntryIdx == 0) { in appendPathToResTable() 562 nextEntryIdx = sharedRes->getTableCount(); in appendPathToResTable() 580 if (nextEntryIdx == 0 && ass != NULL) { in appendPathToResTable() 586 sharedRes->add(ass, idmap, nextEntryIdx + 1, false); in appendPathToResTable() 593 addSystemOverlays(overlaysListPath.c_str(), ap.path, sharedRes, nextEntryIdx); in appendPathToResTable() 615 mResources->add(ass, idmap, nextEntryIdx + 1, !shared, appAsLib, ap.isSystemAsset); in appendPathToResTable() 624 mResources->addEmpty(nextEntryIdx + 1); in appendPathToResTable()
|