Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dcommands.cpp343 if (location_) { in ReadAll()
344 MoveRange(buffer, location_, *buffer, block_size); in ReadAll()
362 const RangeSet& location = location_ ? location_ : RangeSet({ Range{ 0, ranges_.blocks() } }); in DumpBuffer()
394 if (source.location_) { in operator <<()
395 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