OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:blocks_to_write
(Results
1 - 3
of
3
) sorted by null
/build/make/tools/releasetools/
blockimgdiff.py
509
blocks_to_write
= target_blocks.first(blocks_limit)
510
out.append("%s %s\n" % (style,
blocks_to_write
.to_string_raw()))
511
total +=
blocks_to_write
.size()
512
target_blocks = target_blocks.subtract(
blocks_to_write
)
[
all
...]
/system/update_engine/payload_consumer/
delta_performer.cc
942
uint64_t
blocks_to_write
= 0;
local
[
all
...]
/system/update_engine/payload_generator/
delta_diff_utils.cc
684
uint64_t
blocks_to_write
= utils::BlocksInExtents(new_extents);
local
714
kBlockSize *
blocks_to_write
,
[
all
...]
Completed in 494 milliseconds