Searched refs:sharedRes (Results 1 – 2 of 2) sorted by relevance
605 ResTable* sharedRes = NULL; in appendPathToResTable() local616 sharedRes = const_cast<AssetManager*>(this)-> in appendPathToResTable()618 if (sharedRes != NULL) { in appendPathToResTable()620 nextEntryIdx = sharedRes->getTableCount(); in appendPathToResTable()623 if (sharedRes == NULL) { in appendPathToResTable()643 sharedRes = new ResTable(); in appendPathToResTable()644 sharedRes->add(ass, idmap, nextEntryIdx + 1, false); in appendPathToResTable()651 addSystemOverlays(overlaysListPath.string(), ap.path, sharedRes, nextEntryIdx); in appendPathToResTable()653 sharedRes = const_cast<AssetManager*>(this)-> in appendPathToResTable()654 mZipSet.setZipResourceTable(ap.path, sharedRes); in appendPathToResTable()[all …]
286 ResTable* sharedRes, size_t offset) const;