HomeSort by relevance Sort by last modified time
    Searched defs:hard_chunk_blocks (Results 1 - 2 of 2) sorted by null

  /system/update_engine/payload_generator/
ab_generator.cc 45 ssize_t hard_chunk_blocks = (config.hard_chunk_size == -1 ? -1 : local
53 hard_chunk_blocks,
66 if (hard_chunk_blocks != -1 &&
67 static_cast<size_t>(hard_chunk_blocks) < soft_chunk_blocks) {
68 merge_chunk_blocks = hard_chunk_blocks;
inplace_generator.cc 798 ssize_t hard_chunk_blocks = (config.hard_chunk_size == -1 ? -1 : local
809 hard_chunk_blocks,

Completed in 474 milliseconds