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

/frameworks/base/include/androidfw/
H A DAssetManager.h334 class ZipSet { class in class:android::AssetManager
336 ZipSet(void);
337 ~ZipSet(void);
370 ZipSet mZipSet;
/frameworks/base/libs/androidfw/
H A DAssetManager.cpp901 createZipSourceNameLocked(ZipSet::getPathName(ap.path.string()), String8(""),
1053 pAsset->setAssetSource(createZipSourceNameLocked(ZipSet::getPathName(ap.path.string()),
1524 zipName = ZipSet::getPathName(ap.path.string());
1994 * AssetManager::ZipSet
2001 AssetManager::ZipSet::ZipSet(void) function in class:AssetManager::ZipSet
2008 AssetManager::ZipSet::~ZipSet(void)
2018 void AssetManager::ZipSet::closeZip(int idx)
2027 ZipFileRO* AssetManager::ZipSet
[all...]

Completed in 63 milliseconds