Home
last modified time | relevance | path

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

/bootable/recovery/updater/include/private/
Dcommands.h71 StashInfo(std::string id, RangeSet ranges) : id_(std::move(id)), ranges_(std::move(ranges)) {} in StashInfo()
78 return id_; in id()
86 return id_ == other.id_ && ranges_ == other.ranges_;
93 std::string id_; variable
/bootable/recovery/updater/
Dcommands.cpp387 os << stash.blocks() << " blocks (" << stash.id_ << "): " << stash.ranges_.ToString(); in operator <<()