Home | History | Annotate | Download | only in androidfw

Lines Matching refs:ZipSet

882                     createZipSourceNameLocked(ZipSet::getPathName(ap.path.string()), String8(""),
1034 pAsset->setAssetSource(createZipSourceNameLocked(ZipSet::getPathName(ap.path.string()),
1505 zipName = ZipSet::getPathName(ap.path.string());
1973 * AssetManager::ZipSet
1980 AssetManager::ZipSet::ZipSet(void)
1987 AssetManager::ZipSet::~ZipSet(void)
1997 void AssetManager::ZipSet::closeZip(int idx)
2006 ZipFileRO* AssetManager::ZipSet::getZip(const String8& path)
2017 Asset* AssetManager::ZipSet::getZipResourceTableAsset(const String8& path)
2028 Asset* AssetManager::ZipSet::setZipResourceTableAsset(const String8& path,
2037 ResTable* AssetManager::ZipSet::getZipResourceTable(const String8& path)
2048 ResTable* AssetManager::ZipSet::setZipResourceTable(const String8& path,
2063 /*static*/ String8 AssetManager::ZipSet::getPathName(const char* zipPath)
2068 bool AssetManager::ZipSet::isUpToDate()
2079 void AssetManager::ZipSet::addOverlay(const String8& path, const asset_path& overlay)
2086 bool AssetManager::ZipSet::getOverlay(const String8& path, size_t idx, asset_path* out) const
2101 int AssetManager::ZipSet::getIndex(const String8& zip) const