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

/frameworks/base/include/androidfw/
H A DAssetManager.h277 class SharedZip : public RefBase { class in class:android::AssetManager
279 static sp<SharedZip> get(const String8& path);
292 ~SharedZip();
295 SharedZip(const String8& path, time_t modWhen);
296 SharedZip(); // <-- not implemented
306 static DefaultKeyedVector<String8, wp<SharedZip> > gOpen;
343 mutable Vector<sp<SharedZip> > mZipFile;
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1789 * AssetManager::SharedZip
1794 Mutex AssetManager::SharedZip::gLock;
1795 DefaultKeyedVector<String8, wp<AssetManager::SharedZip> > AssetManager::SharedZip::gOpen;
1797 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) function in class:AssetManager::SharedZip
1801 //ALOGI("Creating SharedZip %p %s\n", this, (const char*)mPath);
1811 sp<AssetManager::SharedZip> AssetManager::SharedZip::get(const String8& path)
1815 sp<SharedZip> zi
[all...]

Completed in 36 milliseconds