Home
last modified time | relevance | path

Searched defs:boot_control (Results 1 – 12 of 12) sorted by relevance

/system/update_engine/payload_consumer/
Dpostinstall_runner_action.h38 explicit PostinstallRunnerAction(BootControlInterface* boot_control) in PostinstallRunnerAction()
67 PostinstallRunnerAction(BootControlInterface* boot_control, in PostinstallRunnerAction()
Dinstall_plan.cc87 bool InstallPlan::LoadPartitionsFromSlots(BootControlInterface* boot_control) { in LoadPartitionsFromSlots()
Dfilesystem_verifier_action.cc45 const BootControlInterface* boot_control, in FilesystemVerifierAction()
Ddownload_action.cc42 BootControlInterface* boot_control, in DownloadAction()
Ddelta_performer.h78 BootControlInterface* boot_control, in DeltaPerformer()
/system/update_engine/
Dboot_control_android.cc55 namespace boot_control { namespace
59 std::unique_ptr<BootControlAndroid> boot_control(new BootControlAndroid()); in CreateBootControl() local
Dfake_system_state.h51 BootControlInterface* boot_control() override { return boot_control_; } in boot_control() function
111 void set_boot_control(BootControlInterface* boot_control) { in set_boot_control()
Dreal_system_state.h77 inline BootControlInterface* boot_control() override { in boot_control() function
Dboot_control_chromeos.cc75 namespace boot_control { namespace
Dupdate_attempter_android.cc75 BootControlInterface* boot_control, in UpdateAttempterAndroid()
Dupdate_attempter.cc1164 BootControlInterface* boot_control = system_state_->boot_control(); in ResetStatus() local
/system/update_engine/update_manager/
Dreal_system_provider.h34 chromeos_update_engine::BootControlInterface* boot_control) in RealSystemProvider()