/system/core/fastboot/device/ |
D | variables.cpp | 184 bool GetCurrentSlot(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetCurrentSlot() function 186 std::string suffix = device->GetCurrentSlot(); in GetCurrentSlot() 268 std::string slot_suffix = device->GetCurrentSlot(); in GetHasSlot() 393 std::string slot_suffix = device->GetCurrentSlot(); in GetAllPartitionArgsNoSlot() 423 uint32_t slot_number = SlotNumberForSlotSuffix(device->GetCurrentSlot()); in GetSuperPartitionName()
|
D | flashing.cpp | 64 if ((partition + device->GetCurrentSlot()) == partition_name) { in WipeOverlayfsForPartition() 156 std::string slot_suffix = device->GetCurrentSlot(); in UpdateSuper()
|
D | fastboot_device.h | 42 std::string GetCurrentSlot();
|
D | utility.cpp | 168 uint32_t current_slot = SlotNumberForSlotSuffix(device->GetCurrentSlot()); in ListPartitions() 221 std::string current_slot_suffix = device->GetCurrentSlot(); in GetSuperSlotSuffix()
|
D | variables.h | 32 bool GetCurrentSlot(FastbootDevice* device, const std::vector<std::string>& args,
|
D | fastboot_device.cpp | 72 std::string FastbootDevice::GetCurrentSlot() { in GetCurrentSlot() function in FastbootDevice
|
D | commands.cpp | 92 {FB_VAR_CURRENT_SLOT, {::GetCurrentSlot, nullptr}}, in GetVarHandler()
|
/system/update_engine/common/ |
D | boot_control_stub.h | 40 BootControlInterface::Slot GetCurrentSlot() const override;
|
D | boot_control_stub.cc | 29 BootControlInterface::Slot BootControlStub::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::BootControlStub
|
D | boot_control_interface.h | 64 virtual Slot GetCurrentSlot() const = 0;
|
D | fake_boot_control.h | 41 BootControlInterface::Slot GetCurrentSlot() const override { in GetCurrentSlot() function
|
/system/update_engine/ |
D | boot_control_android.cc | 91 BootControlInterface::Slot BootControlAndroid::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::BootControlAndroid 138 Slot current_slot = GetCurrentSlot(); in GetDynamicPartitionDevice() 200 (slot == GetCurrentSlot() || is_target_dynamic_)) { in GetPartitionDevice() 402 auto source_slot = GetCurrentSlot(); in InitPartitionMetadata()
|
D | boot_control_chromeos.h | 45 BootControlInterface::Slot GetCurrentSlot() const override;
|
D | omaha_response_handler_action.cc | 125 install_plan_.target_slot = system_state_->boot_control()->GetCurrentSlot(); in PerformAction() 128 install_plan_.source_slot = system_state_->boot_control()->GetCurrentSlot(); in PerformAction()
|
D | boot_control_android.h | 46 BootControlInterface::Slot GetCurrentSlot() const override;
|
D | image_properties_android.cc | 207 std::to_string(system_state->boot_control()->GetCurrentSlot()); in LoadImageProperties()
|
D | update_attempter_android.cc | 206 install_plan_.source_slot = boot_control_->GetCurrentSlot(); in ApplyPayload() 328 if (!boot_control_->SetActiveBootSlot(boot_control_->GetCurrentSlot())) in ResetStatus() 415 BootControlInterface::Slot current_slot = boot_control_->GetCurrentSlot(); in VerifyPayloadApplicable()
|
D | boot_control_chromeos.cc | 144 BootControlInterface::Slot BootControlChromeOS::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::BootControlChromeOS
|
D | update_attempter.cc | 728 install_plan_->source_slot = system_state_->boot_control()->GetCurrentSlot(); in Rollback() 766 system_state_->boot_control()->GetCurrentSlot(); in GetRollbackSlot() 1278 if (!boot_control->SetActiveBootSlot(boot_control->GetCurrentSlot())) in ResetStatus()
|
D | omaha_response_handler_action_unittest.cc | 141 ? fake_system_state_.fake_boot_control()->GetCurrentSlot() in DoTest() 142 : 1 - fake_system_state_.fake_boot_control()->GetCurrentSlot(); in DoTest()
|
D | payload_state.cc | 1292 if (installed_from == system_state_->boot_control()->GetCurrentSlot()) { in ReportFailedBootIfNeeded() 1334 system_state_->boot_control()->GetCurrentSlot()); in ExpectRebootInNewVersion()
|