Home
last modified time | relevance | path

Searched refs:target_slot (Results 1 – 25 of 36) sorted by relevance

12

/system/update_engine/aosp/
Dmock_dynamic_partition_control_android.h116 uint32_t target_slot, in RealGetSystemOtherPath() argument
121 source_slot, target_slot, partition_name_suffix, path, should_unmap); in RealGetSystemOtherPath()
125 uint32_t target_slot) { in RealEraseSystemOtherAvbFooter() argument
127 source_slot, target_slot); in RealEraseSystemOtherAvbFooter()
136 uint32_t target_slot, in RealPrepareDynamicPartitionsForUpdate() argument
140 source_slot, target_slot, manifest, delete_source); in RealPrepareDynamicPartitionsForUpdate()
Ddynamic_partition_control_android.h53 uint32_t target_slot,
72 uint32_t target_slot,
137 uint32_t target_slot);
142 uint32_t target_slot);
196 uint32_t target_slot,
216 uint32_t target_slot);
224 uint32_t target_slot,
251 uint32_t target_slot,
257 uint32_t target_slot,
Ddynamic_partition_control_android.cc340 uint32_t target_slot) { in LoadMetadataBuilder() argument
345 target_slot, in LoadMetadataBuilder()
362 uint32_t target_slot) { in StoreMetadata() argument
366 << BootControlInterface::SlotName(target_slot) << " in " in StoreMetadata()
378 if (!UpdatePartitionTable(super_device, *metadata, target_slot)) { in StoreMetadata()
380 << BootControlInterface::SlotName(target_slot) << " in " in StoreMetadata()
385 << BootControlInterface::SlotName(target_slot) << " in " in StoreMetadata()
429 uint32_t target_slot, in PreparePartitionsForUpdate() argument
434 target_slot_ = target_slot; in PreparePartitionsForUpdate()
453 TEST_AND_RETURN_FALSE(EraseSystemOtherAvbFooter(source_slot, target_slot)); in PreparePartitionsForUpdate()
[all …]
Ddynamic_partition_control_android_unittest.cc86 uint32_t target_slot, in SetUp()
90 source_slot, target_slot, manifest, delete_source); in SetUp()
912 auto target_slot, in TEST_P()
917 source_slot, target_slot, name, path, should_unmap); in TEST_P()
937 auto target_slot, in TEST_P() argument
942 source_slot, target_slot, name, path, should_unmap); in TEST_P()
961 auto target_slot, in TEST_P() argument
966 source_slot, target_slot, name, path, should_unmap); in TEST_P()
1098 auto target_slot, in TEST_P()
1102 EXPECT_EQ(target(), target_slot); in TEST_P()
[all …]
/system/update_engine/payload_consumer/
Dinstall_plan.cc71 (target_slot == that.target_slot) && (partitions == that.partitions)); in operator ==()
96 {"target_slot", BootControlInterface::SlotName(target_slot)}, in ToString()
163 if (target_slot != BootControlInterface::kInvalidSlot && in LoadPartitionsFromSlots()
166 partition.name, target_slot, source_slot); in LoadPartitionsFromSlots()
Dpartition_update_generator_android.cc41 BootControlInterface::Slot target_slot, in GenerateOperationsForPartitionsNotInPayload() argument
74 partition_name, target_slot, true, &target_device, &is_target_dynamic)); in GenerateOperationsForPartitionsNotInPayload()
81 << " dynamic, and target slot " << target_slot << " is " in GenerateOperationsForPartitionsNotInPayload()
Dpartition_update_generator_stub.h33 BootControlInterface::Slot target_slot,
Dpartition_update_generator_stub.cc25 chromeos_update_engine::BootControlInterface::Slot target_slot, in GenerateOperationsForPartitionsNotInPayload() argument
Dinstall_plan_unittest.cc35 .target_slot = BootControlInterface::kInvalidSlot, in TEST()
Dpartition_update_generator_interface.h43 BootControlInterface::Slot target_slot,
Dpartition_update_generator_android.h41 BootControlInterface::Slot target_slot,
Ddelta_performer_fuzzer.cc56 .target_slot = 1, in FuzzDeltaPerformer()
Ddelta_performer.cc249 IsDynamicPartition(install_part.name, install_plan_->target_slot)); in OpenCurrentPartition()
637 if (install_plan_->target_slot != BootControlInterface::kInvalidSlot) { in ParseManifestPartitions()
665 install_plan_->target_slot, in ParseManifestPartitions()
784 install_plan_->target_slot, in PreparePartitionsForUpdate()
793 BootControlInterface::Slot target_slot, in PreparePartitionsForUpdate() argument
815 target_slot, in PreparePartitionsForUpdate()
820 << BootControlInterface::SlotName(target_slot); in PreparePartitionsForUpdate()
1547 IsDynamicPartition(install_part.name, install_plan_->target_slot)); in CreatePartitionWriter()
Dpostinstall_runner_action.cc219 command.push_back(std::to_string(install_plan_.target_slot)); in PerformPartitionPostinstall()
373 !boot_control_->SetActiveBootSlot(install_plan_.target_slot)) { in Cleanup()
Dinstall_plan.h86 BootControlInterface::Slot target_slot{BootControlInterface::kInvalidSlot};
Dpartition_writer.cc281 uint32_t target_slot = install_plan->target_slot; in Init() local
302 << BootControlInterface::SlotName(target_slot) << ", file " in Init()
/system/update_engine/common/
Ddynamic_partition_control_stub.cc52 uint32_t target_slot, in PreparePartitionsForUpdate() argument
88 uint32_t target_slot, in VerifyExtentsForUntouchedPartitions() argument
Ddynamic_partition_control_stub.h40 uint32_t target_slot,
60 uint32_t target_slot,
Ddynamic_partition_control_interface.h101 uint32_t target_slot,
157 uint32_t target_slot,
/system/extras/postinst/
Dpostinst.sh50 target_slot="$1"
/system/update_engine/cros/
Domaha_response_handler_action.cc133 install_plan_.target_slot = in PerformAction()
139 install_plan_.target_slot = install_plan_.source_slot == 0 ? 1 : 0; in PerformAction()
147 kPrefsChannelOnSlotPrefix + std::to_string(install_plan_.target_slot); in PerformAction()
Ddownload_action_chromeos.cc197 if (!boot_control_->MarkSlotUnbootable(install_plan_.target_slot)) { in PerformAction()
199 << BootControlInterface::SlotName(install_plan_.target_slot) in PerformAction()
/system/core/fs_mgr/libsnapshot/
Dsnapshot_metadata_updater.h43 SnapshotMetadataUpdater(android::fs_mgr::MetadataBuilder* builder, uint32_t target_slot,
Dsnapshot_metadata_updater.cpp39 SnapshotMetadataUpdater::SnapshotMetadataUpdater(MetadataBuilder* builder, uint32_t target_slot, in SnapshotMetadataUpdater() argument
41 : builder_(builder), target_suffix_(SlotSuffixForSlotNumber(target_slot)) { in SnapshotMetadataUpdater()
/system/update_engine/
Ddownload_action.cc85 if (!boot_control_->MarkSlotUnbootable(install_plan_.target_slot)) { in PerformAction()
87 << BootControlInterface::SlotName(install_plan_.target_slot) in PerformAction()

12