Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.cc803 PartitionUpdate root_part; in ParseManifestPartitions() local
804 root_part.set_partition_name(kLegacyPartitionNameRoot); in ParseManifestPartitions()
809 root_part.set_run_postinstall(false); in ParseManifestPartitions()
811 root_part.set_run_postinstall(true); in ParseManifestPartitions()
814 *root_part.mutable_old_partition_info() = manifest_.old_rootfs_info(); in ParseManifestPartitions()
818 *root_part.mutable_new_partition_info() = manifest_.new_rootfs_info(); in ParseManifestPartitions()
821 *root_part.mutable_operations() = manifest_.install_operations(); in ParseManifestPartitions()
823 partitions_.push_back(std::move(root_part)); in ParseManifestPartitions()
Ddelta_performer_integration_test.cc730 InstallPlan::Partition root_part; in ApplyDeltaFile() local
731 root_part.name = kLegacyPartitionNameRoot; in ApplyDeltaFile()
760 &root_part.source_hash)); in ApplyDeltaFile()