Home
last modified time | relevance | path

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

/system/update_engine/payload_consumer/
Ddelta_performer.cc793 InstallPlan::Partition install_part; in ParseManifestPartitions() local
794 install_part.name = partition.partition_name(); in ParseManifestPartitions()
795 install_part.run_postinstall = in ParseManifestPartitions()
797 if (install_part.run_postinstall) { in ParseManifestPartitions()
798 install_part.postinstall_path = in ParseManifestPartitions()
801 install_part.filesystem_type = partition.filesystem_type(); in ParseManifestPartitions()
806 install_part.source_size = info.size(); in ParseManifestPartitions()
807 install_part.source_hash.assign(info.hash().begin(), info.hash().end()); in ParseManifestPartitions()
812 << install_part.name << "."; in ParseManifestPartitions()
817 install_part.target_size = info.size(); in ParseManifestPartitions()
[all …]