Home
last modified time | relevance | path

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

12

/system/update_engine/aosp/
Dmock_dynamic_partition_control_android.h124 uint32_t target_slot, in RealGetSystemOtherPath() argument
129 source_slot, target_slot, partition_name_suffix, path, should_unmap); in RealGetSystemOtherPath()
133 uint32_t target_slot) { in RealEraseSystemOtherAvbFooter() argument
135 source_slot, target_slot); in RealEraseSystemOtherAvbFooter()
144 uint32_t target_slot, in RealPrepareDynamicPartitionsForUpdate() argument
148 source_slot, target_slot, manifest, delete_source); in RealPrepareDynamicPartitionsForUpdate()
Ddynamic_partition_control_android.h55 uint32_t target_slot,
75 uint32_t target_slot,
144 uint32_t target_slot);
149 uint32_t target_slot);
203 uint32_t target_slot,
223 uint32_t target_slot);
231 uint32_t target_slot,
254 uint32_t target_slot,
260 uint32_t target_slot,
Ddynamic_partition_control_android.cc361 uint32_t target_slot) { in LoadMetadataBuilder() argument
366 target_slot, in LoadMetadataBuilder()
383 uint32_t target_slot) { in StoreMetadata() argument
387 << BootControlInterface::SlotName(target_slot) << " in " in StoreMetadata()
399 if (!UpdatePartitionTable(super_device, *metadata, target_slot)) { in StoreMetadata()
401 << BootControlInterface::SlotName(target_slot) << " in " in StoreMetadata()
406 << BootControlInterface::SlotName(target_slot) << " in " in StoreMetadata()
450 uint32_t target_slot, in PreparePartitionsForUpdate() argument
456 target_slot_ = target_slot; in PreparePartitionsForUpdate()
479 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()
915 auto target_slot, in TEST_P()
920 source_slot, target_slot, name, path, should_unmap); in TEST_P()
940 auto target_slot, in TEST_P() argument
945 source_slot, target_slot, name, path, should_unmap); in TEST_P()
964 auto target_slot, in TEST_P() argument
969 source_slot, target_slot, name, path, should_unmap); in TEST_P()
1105 auto target_slot, in TEST_P()
1109 EXPECT_EQ(target(), target_slot); in TEST_P()
[all …]
/system/update_engine/payload_consumer/
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()
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_stub.h33 BootControlInterface::Slot target_slot,
Dpartition_update_generator_stub.cc25 chromeos_update_engine::BootControlInterface::Slot target_slot, in GenerateOperationsForPartitionsNotInPayload() argument
Dpartition_update_generator_interface.h43 BootControlInterface::Slot target_slot,
Dinstall_plan_unittest.cc35 install_plan.target_slot = BootControlInterface::kInvalidSlot; in TEST()
Dpartition_writer.cc151 uint32_t target_slot = install_plan->target_slot; in Init() local
172 << BootControlInterface::SlotName(target_slot) << ", file " in Init()
Dpartition_update_generator_android.h41 BootControlInterface::Slot target_slot,
Ddelta_performer_fuzzer.cc56 .target_slot = 1, in FuzzDeltaPerformer()
Ddelta_performer.cc245 IsDynamicPartition(install_part.name, install_plan_->target_slot)); in OpenCurrentPartition()
786 if (install_plan_->target_slot != BootControlInterface::kInvalidSlot) { in ParseManifestPartitions()
815 install_plan_->target_slot, in ParseManifestPartitions()
879 install_plan_->target_slot, in PreparePartitionsForUpdate()
889 BootControlInterface::Slot target_slot, in PreparePartitionsForUpdate() argument
913 target_slot, in PreparePartitionsForUpdate()
919 << BootControlInterface::SlotName(target_slot) << " " in PreparePartitionsForUpdate()
1634 IsDynamicPartition(install_part.name, install_plan_->target_slot)); in CreatePartitionWriter()
Dpostinstall_runner_action.cc286 command.push_back(std::to_string(install_plan_.target_slot)); in PerformPartitionPostinstall()
469 !boot_control_->SetActiveBootSlot(install_plan_.target_slot)) { in Cleanup()
Dinstall_plan.h108 BootControlInterface::Slot target_slot{BootControlInterface::kInvalidSlot};
Dfilesystem_verifier_action.cc365 install_plan_.target_slot, in StartPartitionHashing()
441 install_plan_.target_slot); in IsVABC()
/system/update_engine/common/
Ddynamic_partition_control_stub.h43 uint32_t target_slot,
64 uint32_t target_slot,
Ddynamic_partition_control_stub.cc62 uint32_t target_slot, in PreparePartitionsForUpdate() argument
99 uint32_t target_slot, in VerifyExtentsForUntouchedPartitions() argument
Ddynamic_partition_control_interface.h106 uint32_t target_slot,
163 uint32_t target_slot,
/system/extras/postinst/
Dpostinst.sh50 target_slot="$1"
/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()
Dsnapshotctl.cpp274 auto target_slot = fs_mgr_get_other_slot_suffix(); in ApplyUpdate() local
277 auto partition_name = patchfile.substr(0, npos) + target_slot; in ApplyUpdate()
312 auto target_slot_number = SlotNumberForSlotSuffix(target_slot); in ApplyUpdate()
675 auto target_slot = fs_mgr_get_other_slot_suffix(); in CreateTestUpdate() local
676 auto target_slot_number = SlotNumberForSlotSuffix(target_slot); in CreateTestUpdate()
707 auto system_target_name = "system" + target_slot; in CreateTestUpdate()
/system/update_engine/
Ddownload_action.cc86 if (!boot_control_->MarkSlotUnbootable(install_plan_.target_slot)) { in PerformAction()
88 << BootControlInterface::SlotName(install_plan_.target_slot) in PerformAction()

12