Home
last modified time | relevance | path

Searched refs:nonfull_block_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
177 if (do_remove && (nonfull_block_bytes = total_bytes % kBlockSize)) in RemoveIdenticalBlockRanges()
178 removed_bytes -= kBlockSize - nonfull_block_bytes; in RemoveIdenticalBlockRanges()