Searched refs:sharedRes (Results 1 – 2 of 2) sorted by relevance
547 ResTable* sharedRes = NULL; in appendPathToResTable() local558 sharedRes = const_cast<AssetManager*>(this)-> in appendPathToResTable()560 if (sharedRes != NULL) { in appendPathToResTable()562 nextEntryIdx = sharedRes->getTableCount(); in appendPathToResTable()565 if (sharedRes == NULL) { in appendPathToResTable()585 sharedRes = new ResTable(); in appendPathToResTable()586 sharedRes->add(ass, idmap, nextEntryIdx + 1, false); in appendPathToResTable()593 addSystemOverlays(overlaysListPath.c_str(), ap.path, sharedRes, nextEntryIdx); in appendPathToResTable()595 sharedRes = const_cast<AssetManager*>(this)-> in appendPathToResTable()596 mZipSet.setZipResourceTable(ap.path, sharedRes); in appendPathToResTable()[all …]
259 ResTable* sharedRes, size_t offset) const;