Searched refs:root_part (Results 1 – 2 of 2) sorted by relevance
803 PartitionUpdate root_part; in ParseManifestPartitions() local804 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()
730 InstallPlan::Partition root_part; in ApplyDeltaFile() local731 root_part.name = kLegacyPartitionNameRoot; in ApplyDeltaFile()760 &root_part.source_hash)); in ApplyDeltaFile()