Searched refs:root_part (Results 1 – 2 of 2) sorted by relevance
740 PartitionUpdate root_part; in ParseManifestPartitions() local741 root_part.set_partition_name(kLegacyPartitionNameRoot); in ParseManifestPartitions()746 root_part.set_run_postinstall(false); in ParseManifestPartitions()748 root_part.set_run_postinstall(true); in ParseManifestPartitions()751 *root_part.mutable_old_partition_info() = manifest_.old_rootfs_info(); in ParseManifestPartitions()755 *root_part.mutable_new_partition_info() = manifest_.new_rootfs_info(); in ParseManifestPartitions()758 *root_part.mutable_operations() = manifest_.install_operations(); in ParseManifestPartitions()760 partitions_.push_back(std::move(root_part)); in ParseManifestPartitions()
728 InstallPlan::Partition root_part; in ApplyDeltaFile() local729 root_part.name = kLegacyPartitionNameRoot; in ApplyDeltaFile()756 &root_part.source_hash)); in ApplyDeltaFile()763 install_plan->partitions = {root_part, kernel_part}; in ApplyDeltaFile()