Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Dpartition_update_generator_android.cc146 auto copy_operation = partition_update.add_operations(); in CreatePartitionUpdate() local
147 copy_operation->set_type(InstallOperation::SOURCE_COPY); in CreatePartitionUpdate()
152 *copy_operation->add_src_extents() = copy_extent; in CreatePartitionUpdate()
153 *copy_operation->add_dst_extents() = copy_extent; in CreatePartitionUpdate()