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

  /system/update_engine/payload_generator/
payload_generation_config.h 173 // The |soft_chunk_size| is the preferred chunk size to use when there's no
180 size_t soft_chunk_size = 2 * 1024 * 1024; member in struct:chromeos_update_engine::PayloadGenerationConfig
full_update_generator.cc 132 config.soft_chunk_size);
134 full_chunk_size = std::min(kDefaultFullChunkSize, config.soft_chunk_size);
full_update_generator_unittest.cc 105 config_.soft_chunk_size = config_.hard_chunk_size;
payload_generation_config.cc 214 TEST_AND_RETURN_FALSE(soft_chunk_size % block_size == 0);
ab_generator.cc 47 size_t soft_chunk_blocks = config.soft_chunk_size / config.block_size;
63 // Use the soft_chunk_size when merging operations to prevent merging all
inplace_generator.cc 800 size_t soft_chunk_blocks = config.soft_chunk_size / config.block_size;

Completed in 358 milliseconds