Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Ddelta_diff_utils.cc145 size_t removed_bytes = 0, nonfull_block_bytes; in RemoveIdenticalBlockRanges() local
172 removed_bytes += min_num_blocks * kBlockSize; in RemoveIdenticalBlockRanges()
178 removed_bytes -= kBlockSize - nonfull_block_bytes; in RemoveIdenticalBlockRanges()
180 return removed_bytes; in RemoveIdenticalBlockRanges()
981 auto removed_bytes = in ReadExtentsToDiff() local
983 operation.set_src_length(old_data.size() - removed_bytes); in ReadExtentsToDiff()
984 operation.set_dst_length(new_data.size() - removed_bytes); in ReadExtentsToDiff()