Searched refs:sharedRes (Results 1 – 2 of 2) sorted by relevance
602 ResTable* sharedRes = NULL; in appendPathToResTable() local613 sharedRes = const_cast<AssetManager*>(this)-> in appendPathToResTable()615 if (sharedRes != NULL) { in appendPathToResTable()617 nextEntryIdx = sharedRes->getTableCount(); in appendPathToResTable()620 if (sharedRes == NULL) { in appendPathToResTable()640 sharedRes = new ResTable(); in appendPathToResTable()641 sharedRes->add(ass, idmap, nextEntryIdx + 1, false); in appendPathToResTable()648 addSystemOverlays(overlaysListPath.string(), ap.path, sharedRes, nextEntryIdx); in appendPathToResTable()650 sharedRes = const_cast<AssetManager*>(this)-> in appendPathToResTable()651 mZipSet.setZipResourceTable(ap.path, sharedRes); in appendPathToResTable()[all …]
292 ResTable* sharedRes, size_t offset) const;