Lines Matching refs:SharedZip

878         ap.zip = SharedZip::create(ap.rawFd, ap.path);  in getZipFileLocked()
1420 Mutex AssetManager::SharedZip::gLock;
1421 DefaultKeyedVector<String8, wp<AssetManager::SharedZip> > AssetManager::SharedZip::gOpen;
1423 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) in SharedZip() function in AssetManager::SharedZip
1437 AssetManager::SharedZip::SharedZip(int fd, const String8& path) in SharedZip() function in AssetManager::SharedZip
1452 sp<AssetManager::SharedZip> AssetManager::SharedZip::get(const String8& path, in get()
1457 sp<SharedZip> zip = gOpen.valueFor(path).promote(); in get()
1464 zip = new SharedZip(path, modWhen); in get()
1469 sp<AssetManager::SharedZip> AssetManager::SharedZip::create(int fd, const String8& path) in create()
1471 return new SharedZip(fd, path); in create()
1474 ZipFileRO* AssetManager::SharedZip::getZip() in getZip()
1479 Asset* AssetManager::SharedZip::getResourceTableAsset() in getResourceTableAsset()
1486 Asset* AssetManager::SharedZip::setResourceTableAsset(Asset* asset) in setResourceTableAsset()
1502 ResTable* AssetManager::SharedZip::getResourceTable() in getResourceTable()
1508 ResTable* AssetManager::SharedZip::setResourceTable(ResTable* res) in setResourceTable()
1521 bool AssetManager::SharedZip::isUpToDate() in isUpToDate()
1527 void AssetManager::SharedZip::addOverlay(const asset_path& ap) in addOverlay()
1532 bool AssetManager::SharedZip::getOverlay(size_t idx, asset_path* out) const in getOverlay()
1541 AssetManager::SharedZip::~SharedZip() in ~SharedZip()
1590 const sp<AssetManager::SharedZip> AssetManager::ZipSet::getSharedZip(const String8& path) in getSharedZip()
1593 sp<SharedZip> zip = mZipFile[idx]; in getSharedZip()
1595 zip = SharedZip::get(path); in getSharedZip()
1604 sp<SharedZip> zip = mZipFile[idx]; in getZipResourceTableAsset()
1606 zip = SharedZip::get(path); in getZipResourceTableAsset()
1616 sp<SharedZip> zip = mZipFile[idx]; in setZipResourceTableAsset()
1624 sp<SharedZip> zip = mZipFile[idx]; in getZipResourceTable()
1626 zip = SharedZip::get(path); in getZipResourceTable()
1636 sp<SharedZip> zip = mZipFile[idx]; in setZipResourceTable()
1666 sp<SharedZip> zip = mZipFile[idx]; in addOverlay()
1672 sp<SharedZip> zip = SharedZip::get(path, false); in getOverlay()