Searched defs:nonfull_block_bytes (Results 1 - 1 of 1) sorted by relevance

/system/update_engine/payload_generator/
H A Ddelta_diff_utils.cc136 size_t removed_bytes = 0, nonfull_block_bytes; local
168 if (do_remove && (nonfull_block_bytes = total_bytes % kBlockSize))
169 removed_bytes -= kBlockSize - nonfull_block_bytes;

Completed in 24 milliseconds