/system/update_engine/common/ |
D | fake_boot_control.h | 45 BootControlInterface::Slot GetCurrentSlot() const override { in GetCurrentSlot() function 85 is_marked_successful_[GetCurrentSlot()] = true; in MarkBootSuccessfulAsync()
|
D | boot_control_stub.h | 42 BootControlInterface::Slot GetCurrentSlot() const override;
|
D | boot_control_interface.h | 54 virtual Slot GetCurrentSlot() const = 0;
|
D | boot_control_stub.cc | 33 BootControlInterface::Slot BootControlStub::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::BootControlStub
|
/system/update_engine/ |
D | boot_control_android.cc | 81 BootControlInterface::Slot BootControlAndroid::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::BootControlAndroid 92 GetCurrentSlot(), in GetPartitionDevice()
|
D | boot_control_android.h | 46 BootControlInterface::Slot GetCurrentSlot() const override;
|
D | boot_control_chromeos.h | 47 BootControlInterface::Slot GetCurrentSlot() const override;
|
D | omaha_response_handler_action.cc | 131 install_plan_.target_slot = system_state_->boot_control()->GetCurrentSlot(); in PerformAction() 134 install_plan_.source_slot = system_state_->boot_control()->GetCurrentSlot(); in PerformAction()
|
D | update_attempter_android.cc | 241 install_plan_.source_slot = GetCurrentSlot(); in ApplyPayload() 365 if (!boot_control_->SetActiveBootSlot(GetCurrentSlot())) in ResetStatus() 483 BootControlInterface::Slot current_slot = GetCurrentSlot(); in VerifyPayloadApplicable() 945 BootControlInterface::Slot UpdateAttempterAndroid::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::UpdateAttempterAndroid 946 return boot_control_->GetCurrentSlot(); in GetCurrentSlot() 950 return GetCurrentSlot() == 0 ? 1 : 0; in GetTargetSlot()
|
D | update_attempter_android.h | 182 BootControlInterface::Slot GetCurrentSlot() const;
|
D | image_properties_android.cc | 207 std::to_string(system_state->boot_control()->GetCurrentSlot()); in LoadImageProperties()
|
D | boot_control_chromeos.cc | 150 BootControlInterface::Slot BootControlChromeOS::GetCurrentSlot() const { in GetCurrentSlot() function in chromeos_update_engine::BootControlChromeOS
|
D | cleanup_previous_update_action.cc | 156 !boot_control_->IsSlotMarkedSuccessful(boot_control_->GetCurrentSlot())) { in CheckSlotMarkedSuccessfulOrSchedule()
|
D | update_attempter.cc | 885 install_plan_->source_slot = system_state_->boot_control()->GetCurrentSlot(); in Rollback() 923 system_state_->boot_control()->GetCurrentSlot(); in GetRollbackSlot() 1468 if (!boot_control->SetActiveBootSlot(boot_control->GetCurrentSlot())) in ResetStatus()
|
D | omaha_response_handler_action_unittest.cc | 142 ? fake_system_state_.fake_boot_control()->GetCurrentSlot() in DoTest() 143 : 1 - fake_system_state_.fake_boot_control()->GetCurrentSlot(); in DoTest()
|
D | payload_state.cc | 1320 if (installed_from == system_state_->boot_control()->GetCurrentSlot()) { in ReportFailedBootIfNeeded() 1362 system_state_->boot_control()->GetCurrentSlot()); in ExpectRebootInNewVersion()
|
/system/core/fastboot/device/ |
D | variables.cpp | 199 bool GetCurrentSlot(FastbootDevice* device, const std::vector<std::string>& /* args */, in GetCurrentSlot() function 201 std::string suffix = device->GetCurrentSlot(); in GetCurrentSlot() 283 std::string slot_suffix = device->GetCurrentSlot(); in GetHasSlot() 408 std::string slot_suffix = device->GetCurrentSlot(); in GetAllPartitionArgsNoSlot() 438 uint32_t slot_number = SlotNumberForSlotSuffix(device->GetCurrentSlot()); in GetSuperPartitionName()
|
D | fastboot_device.h | 43 std::string GetCurrentSlot();
|
D | flashing.cpp | 68 if ((partition + device->GetCurrentSlot()) == partition_name) { in WipeOverlayfsForPartition() 190 std::string slot_suffix = device->GetCurrentSlot(); in UpdateSuper()
|
D | utility.cpp | 177 uint32_t current_slot = SlotNumberForSlotSuffix(device->GetCurrentSlot()); in ListPartitions() 230 std::string current_slot_suffix = device->GetCurrentSlot(); in GetSuperSlotSuffix()
|
D | fastboot_device.cpp | 95 std::string FastbootDevice::GetCurrentSlot() { in GetCurrentSlot() function in FastbootDevice
|
D | variables.h | 36 bool GetCurrentSlot(FastbootDevice* device, const std::vector<std::string>& args,
|
D | commands.cpp | 118 {FB_VAR_CURRENT_SLOT, {::GetCurrentSlot, nullptr}}, in GetVarHandler() 265 if (args[1] == device->GetCurrentSlot()) { in SetActiveHandler()
|
/system/core/fs_mgr/libsnapshot/ |
D | snapshot.cpp | 178 auto slot = GetCurrentSlot(); in TryCancelUpdate() 198 SnapshotManager::Slot SnapshotManager::GetCurrentSlot() { in GetCurrentSlot() function in android::snapshot::SnapshotManager 567 auto slot = GetCurrentSlot(); in InitiateMerge() 1202 auto slot = GetCurrentSlot(); in HandleCancelledUpdate() 1216 auto current_slot = GetCurrentSlot(); in HandleCancelledUpdate() 1338 auto current_slot = GetCurrentSlot(); in RemoveAllSnapshots() 1502 auto slot = GetCurrentSlot(); in NeedSnapshotsInFirstStageMount() 2482 ss << "Boot indicator: booting from " << GetCurrentSlot() << " slot" << std::endl; in Dump() 2643 auto slot = GetCurrentSlot(); in ProcessUpdateStateOnDataWipe()
|
/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
D | snapshot.h | 562 Slot GetCurrentSlot();
|