Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/
DLoadedApk.h37 : source_(source), apk_(std::move(apk)), table_(std::move(table)) {} in LoadedApk()
39 io::IFileCollection* GetFileCollection() { return apk_.get(); } in GetFileCollection()
57 std::unique_ptr<io::IFileCollection> apk_; variable
DLoadedApk.cpp75 std::unique_ptr<io::IFileCollectionIterator> iterator = apk_->Iterator(); in WriteToArchive()