Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DLoadedApk.h63 apk_(std::move(apk)), in LoadedApk()
70 return apk_.get(); in GetFileCollection()
114 std::unique_ptr<io::IFileCollection> apk_; variable
DLoadedApk.cpp184 std::unique_ptr<io::IFileCollectionIterator> iterator = apk_->Iterator(); in WriteToArchive()
/frameworks/base/tools/aapt2/optimize/
DMultiApkGenerator.cpp119 : apk_(apk), context_(context) { in MultiApkGenerator()
149 FilterTable(context_, artifact, *apk_->GetResourceTable(), &filters); in FromBaseApk()
179 if (!apk_->WriteToArchive(&wrapped_context, table.get(), options.table_flattener_options, in FromBaseApk()
258 const xml::XmlResource* apk_manifest = apk_->GetManifest(); in UpdateManifest()
DMultiApkGenerator.h71 LoadedApk* apk_; variable