OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:hard_chunk_blocks
(Results
1 - 4
of
4
) 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
;
delta_diff_utils.h
39
// data to |blob_file|. |
hard_chunk_blocks
| and |soft_chunk_blocks| are the hard
43
// operations. A value of -1 in |
hard_chunk_blocks
| means whole files.
47
ssize_t
hard_chunk_blocks
,
delta_diff_utils.cc
172
ssize_t
hard_chunk_blocks
,
243
hard_chunk_blocks
,
inplace_generator.cc
801
ssize_t
hard_chunk_blocks
= (config.hard_chunk_size == -1 ? -1 :
local
812
hard_chunk_blocks
,
Completed in 74 milliseconds