OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:soft_chunk_blocks
(Results
1 - 2
of
2
) 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
) {
inplace_generator.cc
803
size_t
soft_chunk_blocks
= config.soft_chunk_size / config.block_size;
local
813
soft_chunk_blocks
,
Completed in 96 milliseconds