Searched refs:apk_ (Results 1 – 2 of 2) sorted by relevance
37 : 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
75 std::unique_ptr<io::IFileCollectionIterator> iterator = apk_->Iterator(); in WriteToArchive()