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

/system/update_engine/payload_generator/
H A Dab_generator.cc46 ssize_t hard_chunk_blocks = (config.hard_chunk_size == -1 ? -1 : local
54 hard_chunk_blocks,
67 if (hard_chunk_blocks != -1 &&
68 static_cast<size_t>(hard_chunk_blocks) < soft_chunk_blocks) {
69 merge_chunk_blocks = hard_chunk_blocks;
H A Dinplace_generator.cc799 ssize_t hard_chunk_blocks = (config.hard_chunk_size == -1 ? -1 : local
810 hard_chunk_blocks,
H A Ddelta_diff_utils.cc267 ssize_t hard_chunk_blocks,
343 hard_chunk_blocks,
264 DeltaReadPartition(vector<AnnotatedOperation>* aops, const PartitionConfig& old_part, const PartitionConfig& new_part, ssize_t hard_chunk_blocks, size_t soft_chunk_blocks, const PayloadVersion& version, BlobFileWriter* blob_file) argument

Completed in 81 milliseconds