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

/frameworks/base/include/androidfw/
H A DAssetManager.h294 class SharedZip : public RefBase { class in class:android::AssetManager
296 static sp<SharedZip> get(const String8& path, bool createIfNotPresent = true);
312 ~SharedZip();
315 SharedZip(const String8& path, time_t modWhen);
316 SharedZip(); // <-- not implemented
328 static DefaultKeyedVector<String8, wp<SharedZip> > gOpen;
368 mutable Vector<sp<SharedZip> > mZipFile;
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1848 * AssetManager::SharedZip
1853 Mutex AssetManager::SharedZip::gLock;
1854 DefaultKeyedVector<String8, wp<AssetManager::SharedZip> > AssetManager::SharedZip::gOpen;
1856 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) function in class:AssetManager::SharedZip
1861 ALOGI("Creating SharedZip %p %s\n", this, (const char*)mPath);
1870 sp<AssetManager::SharedZip> AssetManager::SharedZip::get(const String8& path,
1875 sp<SharedZip> zi
[all...]

Completed in 224 milliseconds