Home
last modified time | relevance | path

Searched refs:hash_tree_ranges (Results 1 – 3 of 3) sorted by relevance

/bootable/recovery/updater/include/private/
Dcommands.h194 HashTreeInfo(RangeSet hash_tree_ranges, RangeSet source_ranges, std::string hash_algorithm, in HashTreeInfo() argument
196 : hash_tree_ranges_(std::move(hash_tree_ranges)), in HashTreeInfo()
202 const RangeSet& hash_tree_ranges() const { in hash_tree_ranges() function
/bootable/recovery/updater/
Dcommands.cpp280 RangeSet hash_tree_ranges = RangeSet::Parse(tokens[pos++]); in Parse() local
281 if (!hash_tree_ranges || hash_tree_ranges.size() != 1) { in Parse()
300 HashTreeInfo hash_tree_info(std::move(hash_tree_ranges), std::move(source_ranges), in Parse()
Dblockimg.cpp1500 RangeSet hash_tree_ranges = RangeSet::Parse(params.tokens[params.cpos++]); in PerformCommandComputeHashTree() local
1501 if (!hash_tree_ranges || hash_tree_ranges.size() != 1) { in PerformCommandComputeHashTree()
1574 uint64_t write_offset = static_cast<uint64_t>(hash_tree_ranges.GetBlockNumber(0)) * BLOCKSIZE; in PerformCommandComputeHashTree()