OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:blocks_to_read
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/payload_generator/
delta_diff_utils.cc
553
uint64_t
blocks_to_read
= BlocksInExtents(old_extents);
local
561
blocks_to_read
* kBlockSize > kMaxBsdiffDestinationSize) {
563
<<
blocks_to_read
* kBlockSize << " bytes";
569
blocks_to_read
* kBlockSize > kMaxImgdiffDestinationSize) {
571
<<
blocks_to_read
* kBlockSize << " bytes";
599
if (
blocks_to_read
> 0) {
603
kBlockSize *
blocks_to_read
, kBlockSize));
/system/update_engine/payload_consumer/
delta_performer.cc
940
uint64_t
blocks_to_read
= 0;
local
1031
uint64_t
blocks_to_read
= GetBlockCount(operation.src_extents());
local
1182
uint64_t
blocks_to_read
=
local
[
all
...]
Completed in 184 milliseconds