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.cc195 Extent copy_extent; in CreatePartitionUpdate() local
196 copy_extent.set_start_block(0); in CreatePartitionUpdate()
197 copy_extent.set_num_blocks(partition_size / block_size_); in CreatePartitionUpdate()
199 *copy_operation->add_src_extents() = copy_extent; in CreatePartitionUpdate()
200 *copy_operation->add_dst_extents() = copy_extent; in CreatePartitionUpdate()