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 48 size_t soft_chunk_blocks = config.soft_chunk_size / config.block_size; local
55 soft_chunk_blocks,
66 size_t merge_chunk_blocks = soft_chunk_blocks;
68 static_cast<size_t>(hard_chunk_blocks) < soft_chunk_blocks) {
delta_diff_utils.h 40 // data to |blob_file|. |hard_chunk_blocks| and |soft_chunk_blocks| are the hard
49 size_t soft_chunk_blocks,
delta_diff_utils.cc 268 size_t soft_chunk_blocks,
280 soft_chunk_blocks,
375 << " unwritten blocks using chunk size of " << soft_chunk_blocks
377 // We use the soft_chunk_blocks limit for the <non-file-data> as we don't
388 soft_chunk_blocks,
    [all...]
inplace_generator.cc 801 size_t soft_chunk_blocks = config.soft_chunk_size / config.block_size; local
811 soft_chunk_blocks,

Completed in 587 milliseconds