Home | History | Annotate | Download | only in androidfw

Lines Matching refs:SharedZip

1804  *      AssetManager::SharedZip
1809 Mutex AssetManager::SharedZip::gLock;
1810 DefaultKeyedVector<String8, wp<AssetManager::SharedZip> > AssetManager::SharedZip::gOpen;
1812 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen)
1816 //ALOGI("Creating SharedZip %p %s\n", this, (const char*)mPath);
1826 sp<AssetManager::SharedZip> AssetManager::SharedZip::get(const String8& path)
1830 sp<SharedZip> zip = gOpen.valueFor(path).promote();
1834 zip = new SharedZip(path, modWhen);
1840 ZipFileRO* AssetManager::SharedZip::getZip()
1845 Asset* AssetManager::SharedZip::getResourceTableAsset()
1847 ALOGV("Getting from SharedZip %p resource asset %p\n", this, mResourceTableAsset);
1851 Asset* AssetManager::SharedZip::setResourceTableAsset(Asset* asset)
1867 ResTable* AssetManager::SharedZip::getResourceTable()
1869 ALOGV("Getting from SharedZip %p resource table %p\n", this, mResourceTable);
1873 ResTable* AssetManager::SharedZip::setResourceTable(ResTable* res)
1886 bool AssetManager::SharedZip::isUpToDate()
1892 AssetManager::SharedZip::~SharedZip()
1894 //ALOGI("Destroying SharedZip %p %s\n", this, (const char*)mPath);
1945 sp<SharedZip> zip = mZipFile[idx];
1947 zip = SharedZip::get(path);
1956 sp<SharedZip> zip = mZipFile[idx];
1958 zip = SharedZip::get(path);
1968 sp<SharedZip> zip = mZipFile[idx];
1976 sp<SharedZip> zip = mZipFile[idx];
1978 zip = SharedZip::get(path);
1988 sp<SharedZip> zip = mZipFile[idx];