Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dcommands.cpp318 static void MoveRange(std::vector<uint8_t>* dest, const RangeSet& locs, in MoveRange() argument
322 size_t start = locs.blocks(); in MoveRange()
324 for (auto it = locs.crbegin(); it != locs.crend(); it++) { in MoveRange()
Dblockimg.cpp590 RangeSet locs; in PrintHashForCorruptedSourceBlocks() local
594 locs = RangeSet(std::vector<Range>{ Range{ 0, src.blocks() } }); in PrintHashForCorruptedSourceBlocks()
600 locs = RangeSet::Parse(params.tokens[pos++]); in PrintHashForCorruptedSourceBlocks()
601 CHECK_EQ(src.blocks(), locs.blocks()); in PrintHashForCorruptedSourceBlocks()
607 size_t buffer_index = locs.GetBlockNumber(i); in PrintHashForCorruptedSourceBlocks()
963 static void MoveRange(std::vector<uint8_t>& dest, const RangeSet& locs, in MoveRange() argument
967 size_t start = locs.blocks(); in MoveRange()
969 for (auto it = locs.crbegin(); it != locs.crend(); it++) { in MoveRange()
1025 RangeSet locs = RangeSet::Parse(params.tokens[params.cpos++]); in LoadSourceBlocks() local
1026 CHECK(static_cast<bool>(locs)); in LoadSourceBlocks()
[all …]