Home
last modified time | relevance | path

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

/bootable/recovery/updater/include/private/
Dcommands.h110 stashes_(std::move(stashes)) { in SourceInfo()
112 for (const auto& stash : stashes_) { in SourceInfo()
144 stashes_ == other.stashes_;
159 std::vector<StashInfo> stashes_; variable
/bootable/recovery/updater/
Dcommands.cpp349 for (const StashInfo& stash : stashes_) { in ReadAll()
398 if (!source.stashes_.empty()) { in operator <<()
399 os << " " << source.stashes_.size() << " stash(es)"; in operator <<()