HomeSort by relevance Sort by last modified time
    Searched refs:soft_chunk_blocks (Results 1 - 4 of 4) sorted by null

  /system/update_engine/payload_generator/
ab_generator.cc 47 size_t soft_chunk_blocks = config.soft_chunk_size / config.block_size; local
54 soft_chunk_blocks,
65 size_t merge_chunk_blocks = soft_chunk_blocks;
67 static_cast<size_t>(hard_chunk_blocks) < soft_chunk_blocks) {
delta_diff_utils.h 39 // data to |blob_file|. |hard_chunk_blocks| and |soft_chunk_blocks| are the hard
48 size_t soft_chunk_blocks,
delta_diff_utils.cc 173 size_t soft_chunk_blocks,
185 soft_chunk_blocks,
263 << soft_chunk_blocks << " blocks.";
264 // We use the soft_chunk_blocks limit for the <non-file-data> as we don't
273 soft_chunk_blocks,
inplace_generator.cc 803 size_t soft_chunk_blocks = config.soft_chunk_size / config.block_size; local
813 soft_chunk_blocks,

Completed in 184 milliseconds