Home
last modified time | relevance | path

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

/system/update_engine/
Dboot_control_recovery.cc43 namespace boot_control { namespace
47 std::unique_ptr<BootControlRecovery> boot_control(new BootControlRecovery()); in CreateBootControl() local
Dboot_control_android.cc45 namespace boot_control { namespace
49 std::unique_ptr<BootControlAndroid> boot_control(new BootControlAndroid()); in CreateBootControl() local
Dfake_system_state.h50 BootControlInterface* boot_control() override { return boot_control_; } in boot_control() function
107 void set_boot_control(BootControlInterface* boot_control) { in set_boot_control()
Dreal_system_state.h83 inline BootControlInterface* boot_control() override { in boot_control() function
Dsideload_main.cc161 std::unique_ptr<BootControlInterface> boot_control = in ApplyUpdatePayload() local
Dboot_control_chromeos.cc75 namespace boot_control { namespace
Dupdate_attempter_android.cc83 BootControlInterface* boot_control, in UpdateAttempterAndroid()
Dupdate_attempter.cc1101 BootControlInterface* boot_control = system_state_->boot_control(); in UpdateAttempter() local
/system/update_engine/payload_consumer/
Dpostinstall_runner_action.h40 PostinstallRunnerAction(BootControlInterface* boot_control, in PostinstallRunnerAction()
Dinstall_plan.cc86 bool InstallPlan::LoadPartitionsFromSlots(BootControlInterface* boot_control) { in LoadPartitionsFromSlots()
Ddownload_action.cc43 BootControlInterface* boot_control, in DownloadAction()
Ddelta_performer.h78 BootControlInterface* boot_control, in DeltaPerformer()
/system/update_engine/update_manager/
Dreal_system_provider.h40 chromeos_update_engine::BootControlInterface* boot_control, in RealSystemProvider()