Home
last modified time | relevance | path

Searched refs:copy_extent (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/payload_consumer/
Dpartition_update_generator_android.cc148 Extent copy_extent; in CreatePartitionUpdate() local
149 copy_extent.set_start_block(0); in CreatePartitionUpdate()
150 copy_extent.set_num_blocks(partition_size / block_size_); in CreatePartitionUpdate()
152 *copy_operation->add_src_extents() = copy_extent; in CreatePartitionUpdate()
153 *copy_operation->add_dst_extents() = copy_extent; in CreatePartitionUpdate()