Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A Dfilesystem_verifier_action.cc308 if (!install_plan_.untouched_dynamic_partitions.empty()) { in StartPartitionHashing()
310 << base::JoinString(install_plan_.untouched_dynamic_partitions, in StartPartitionHashing()
316 install_plan_.untouched_dynamic_partitions)) { in StartPartitionHashing()
H A Dinstall_plan.h174 std::vector<std::string> untouched_dynamic_partitions; member
H A Ddelta_performer.cc682 install_plan_->untouched_dynamic_partitions.clear(); in ParseManifestPartitions()
685 install_plan_->untouched_dynamic_partitions.push_back(name); in ParseManifestPartitions()