Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dcommands.cpp344 if (location_) { in ReadAll()
345 MoveRange(buffer, location_, *buffer, block_size); in ReadAll()
363 const RangeSet& location = location_ ? location_ : RangeSet({ Range{ 0, ranges_.blocks() } }); in DumpBuffer()
395 if (source.location_) { in operator <<()
396 os << " (location: " << source.location_.ToString() << ")"; in operator <<()
/bootable/recovery/updater/include/private/
Dcommands.h109 location_(std::move(location)), in SourceInfo()
143 return hash_ == other.hash_ && ranges_ == other.ranges_ && location_ == other.location_ &&
157 RangeSet location_; variable