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

/frameworks/base/libs/androidfw/include/androidfw/
H A DAssetManager.h238 class SharedZip : public RefBase { class in class:android::AssetManager
240 static sp<SharedZip> get(const String8& path, bool createIfNotPresent = true);
256 ~SharedZip();
259 SharedZip(const String8& path, time_t modWhen);
260 SharedZip(); // <-- not implemented
272 static DefaultKeyedVector<String8, wp<SharedZip> > gOpen;
312 mutable Vector<sp<SharedZip> > mZipFile;
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp1355 * AssetManager::SharedZip
1360 Mutex AssetManager::SharedZip::gLock;
1361 DefaultKeyedVector<String8, wp<AssetManager::SharedZip> > AssetManager::SharedZip::gOpen;
1363 AssetManager::SharedZip::SharedZip(const String8& path, time_t modWhen) function in class:AssetManager::SharedZip
1368 ALOGI("Creating SharedZip %p %s\n", this, (const char*)mPath);
1377 sp<AssetManager::SharedZip> AssetManager::SharedZip::get(const String8& path,
1382 sp<SharedZip> zi
[all...]

Completed in 55 milliseconds