Searched refs:SharedZip (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/include/androidfw/
H A DAssetManager.h288 class SharedZip : public RefBase { class in class:android::AssetManager
290 static sp<SharedZip> get(const String8& path, bool createIfNotPresent = true);
306 ~SharedZip();
309 SharedZip(const String8& path, time_t modWhen);
310 SharedZip(); // <-- not implemented
322 static DefaultKeyedVector<String8, wp<SharedZip> > gOpen;
362 mutable Vector<sp<SharedZip> > mZipFile;
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1855 * AssetManager::SharedZip
1860 Mutex AssetManager::SharedZip::gLock;
1861 DefaultKeyedVector<String8, wp<AssetManager::SharedZip> > AssetManager::SharedZip::gOpen;
1863 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) function in class:AssetManager::SharedZip
1867 //ALOGI("Creating SharedZip %p %s\n", this, (const char*)mPath);
1875 sp<AssetManager::SharedZip> AssetManager::SharedZip::get(const String8& path,
1880 sp<SharedZip> zi
[all...]

Completed in 509 milliseconds