Searched defs:boot_control (Results 1 – 12 of 12) sorted by relevance
38 explicit PostinstallRunnerAction(BootControlInterface* boot_control) in PostinstallRunnerAction()67 PostinstallRunnerAction(BootControlInterface* boot_control, in PostinstallRunnerAction()
87 bool InstallPlan::LoadPartitionsFromSlots(BootControlInterface* boot_control) { in LoadPartitionsFromSlots()
45 const BootControlInterface* boot_control, in FilesystemVerifierAction()
42 BootControlInterface* boot_control, in DownloadAction()
78 BootControlInterface* boot_control, in DeltaPerformer()
55 namespace boot_control { namespace59 std::unique_ptr<BootControlAndroid> boot_control(new BootControlAndroid()); in CreateBootControl() local
51 BootControlInterface* boot_control() override { return boot_control_; } in boot_control() function111 void set_boot_control(BootControlInterface* boot_control) { in set_boot_control()
77 inline BootControlInterface* boot_control() override { in boot_control() function
75 namespace boot_control { namespace
75 BootControlInterface* boot_control, in UpdateAttempterAndroid()
1164 BootControlInterface* boot_control = system_state_->boot_control(); in ResetStatus() local
34 chromeos_update_engine::BootControlInterface* boot_control) in RealSystemProvider()