Home
last modified time | relevance | path

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

/bootable/recovery/updater/include/private/
Dcommands.h37 : hash_(std::move(hash)), ranges_(std::move(ranges)) {} in TargetInfo()
40 return hash_; in hash()
52 return hash_ == other.hash_ && ranges_ == other.ranges_;
59 std::string hash_; variable
107 : hash_(std::move(hash)), in SourceInfo()
135 return hash_; in hash()
143 return hash_ == other.hash_ && ranges_ == other.ranges_ && location_ == other.location_ &&
151 std::string hash_; variable
/bootable/recovery/updater/
Dcommands.cpp382 os << target.blocks() << " blocks (" << target.hash_ << "): " << target.ranges_.ToString(); in operator <<()
392 os << source.blocks_ << " blocks (" << source.hash_ << "): "; in operator <<()