Home
last modified time | relevance | path

Searched refs:apk_ (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/tools/aapt2/
DLoadedApk.h63 apk_(std::move(apk)), in LoadedApk()
70 return apk_.get(); in GetFileCollection()
121 std::unique_ptr<io::IFileCollection> apk_; variable
DLoadedApk.cpp224 std::unique_ptr<io::IFileCollectionIterator> iterator = apk_->Iterator(); in WriteToArchive()
316 io::IFile* file = apk_->FindFile(file_path); in LoadXml()
/frameworks/base/tools/aapt2/optimize/
DMultiApkGenerator.cpp126 : apk_(apk), context_(context) { in MultiApkGenerator()
157 FilterTable(context_, artifact, *apk_->GetResourceTable(), &filters); in FromBaseApk()
188 if (!apk_->WriteToArchive(&wrapped_context, table.get(), options.table_flattener_options, in FromBaseApk()
271 const xml::XmlResource* apk_manifest = apk_->GetManifest(); in UpdateManifest()
DMultiApkGenerator.h73 LoadedApk* apk_; variable
/frameworks/base/tools/aapt2/dump/
DDumpManifest.cpp330 auto table = extractor_->apk_->GetResourceTable(); in ResolveReference()
505 LoadedApk* const apk_; member in aapt::ManifestExtractor
2475 : apk_(apk), options_(options), commonFeatureGroup_(util::make_unique<CommonFeatureGroup>()) { in ManifestExtractor()
2480 doc_ = apk_->LoadXml("AndroidManifest.xml", diag); in Extract()
2514 if (apk_->GetResourceTable()) { in Extract()
2515 for (auto &package : apk_->GetResourceTable()->packages) { in Extract()
2701 auto resource = this->apk_->LoadXml(meta_data->resource, diag); in Extract()
2766 auto it = apk_->GetFileCollection()->Iterator(); in Extract()
2776 it = apk_->GetFileCollection()->Iterator(); in Extract()