/system/update_engine/aosp/ |
D | mock_dynamic_partition_control_android.h | 124 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()
|
D | dynamic_partition_control_android.h | 55 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,
|
D | dynamic_partition_control_android.cc | 361 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 …]
|
D | dynamic_partition_control_android_unittest.cc | 86 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/ |
D | partition_update_generator_android.cc | 41 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()
|
D | install_plan.cc | 71 (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()
|
D | partition_update_generator_stub.h | 33 BootControlInterface::Slot target_slot,
|
D | partition_update_generator_stub.cc | 25 chromeos_update_engine::BootControlInterface::Slot target_slot, in GenerateOperationsForPartitionsNotInPayload() argument
|
D | partition_update_generator_interface.h | 43 BootControlInterface::Slot target_slot,
|
D | install_plan_unittest.cc | 35 install_plan.target_slot = BootControlInterface::kInvalidSlot; in TEST()
|
D | partition_writer.cc | 151 uint32_t target_slot = install_plan->target_slot; in Init() local 172 << BootControlInterface::SlotName(target_slot) << ", file " in Init()
|
D | partition_update_generator_android.h | 41 BootControlInterface::Slot target_slot,
|
D | delta_performer_fuzzer.cc | 56 .target_slot = 1, in FuzzDeltaPerformer()
|
D | delta_performer.cc | 245 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()
|
D | postinstall_runner_action.cc | 286 command.push_back(std::to_string(install_plan_.target_slot)); in PerformPartitionPostinstall() 469 !boot_control_->SetActiveBootSlot(install_plan_.target_slot)) { in Cleanup()
|
D | install_plan.h | 108 BootControlInterface::Slot target_slot{BootControlInterface::kInvalidSlot};
|
D | filesystem_verifier_action.cc | 365 install_plan_.target_slot, in StartPartitionHashing() 441 install_plan_.target_slot); in IsVABC()
|
/system/update_engine/common/ |
D | dynamic_partition_control_stub.h | 43 uint32_t target_slot, 64 uint32_t target_slot,
|
D | dynamic_partition_control_stub.cc | 62 uint32_t target_slot, in PreparePartitionsForUpdate() argument 99 uint32_t target_slot, in VerifyExtentsForUntouchedPartitions() argument
|
D | dynamic_partition_control_interface.h | 106 uint32_t target_slot, 163 uint32_t target_slot,
|
/system/extras/postinst/ |
D | postinst.sh | 50 target_slot="$1"
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot_metadata_updater.h | 43 SnapshotMetadataUpdater(android::fs_mgr::MetadataBuilder* builder, uint32_t target_slot,
|
D | snapshot_metadata_updater.cpp | 39 SnapshotMetadataUpdater::SnapshotMetadataUpdater(MetadataBuilder* builder, uint32_t target_slot, in SnapshotMetadataUpdater() argument 41 : builder_(builder), target_suffix_(SlotSuffixForSlotNumber(target_slot)) { in SnapshotMetadataUpdater()
|
D | snapshotctl.cpp | 274 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/ |
D | download_action.cc | 86 if (!boot_control_->MarkSlotUnbootable(install_plan_.target_slot)) { in PerformAction() 88 << BootControlInterface::SlotName(install_plan_.target_slot) in PerformAction()
|