HomeSort by relevance Sort by last modified time
    Searched refs:apk_ (Results 1 - 4 of 4) sorted by null

  /frameworks/base/tools/aapt2/
LoadedApk.h 63 apk_(std::move(apk)),
70 return apk_.get();
114 std::unique_ptr<io::IFileCollection> apk_; member in class:aapt::LoadedApk
LoadedApk.cpp 184 std::unique_ptr<io::IFileCollectionIterator> iterator = apk_->Iterator();
  /frameworks/base/tools/aapt2/optimize/
MultiApkGenerator.h 71 LoadedApk* apk_; member in class:aapt::MultiApkGenerator
MultiApkGenerator.cpp 119 : apk_(apk), context_(context) {
149 FilterTable(context_, artifact, *apk_->GetResourceTable(), &filters);
179 if (!apk_->WriteToArchive(&wrapped_context, table.get(), options.table_flattener_options,
258 const xml::XmlResource* apk_manifest = apk_->GetManifest();

Completed in 368 milliseconds