HomeSort by relevance Sort by last modified time
    Searched defs:boot_control (Results 1 - 5 of 5) sorted by null

  /system/update_engine/common/
boot_control.h 25 namespace boot_control { namespace in namespace:chromeos_update_engine
32 } // namespace boot_control
  /system/update_engine/
boot_control_recovery.cc 36 // the right boot_control HAL, instead we use the only HAL statically linked in
43 namespace boot_control { namespace in namespace:chromeos_update_engine
45 // Factory defined in boot_control.h.
47 std::unique_ptr<BootControlRecovery> boot_control(new BootControlRecovery());
48 if (!boot_control->Init()) {
51 return std::move(boot_control);
54 } // namespace boot_control
69 LOG(ERROR) << "Error loading boot_control HAL implementation.";
77 LOG(INFO) << "Loaded boot_control HAL "
127 LOG(ERROR) << "boot_control impl returned no suffix for slot
    [all...]
sideload_main.cc 33 #include "update_engine/common/boot_control.h"
161 std::unique_ptr<BootControlInterface> boot_control = local
162 boot_control::CreateBootControl();
163 if (!boot_control) {
175 &sideload_daemon_state, &prefs, boot_control.get(), hardware.get());
boot_control_chromeos.cc 32 #include "update_engine/common/boot_control.h"
75 namespace boot_control { namespace in namespace:chromeos_update_engine
77 // Factory defined in boot_control.h.
87 } // namespace boot_control
update_attempter.cc 582 new PostinstallRunnerAction(system_state_->boot_control(),
623 system_state_->boot_control(),
706 install_plan.source_slot = system_state_->boot_control()->GetCurrentSlot();
709 install_plan.LoadPartitionsFromSlots(system_state_->boot_control()));
748 const unsigned int num_slots = system_state_->boot_control()->GetNumSlots();
750 system_state_->boot_control()->GetCurrentSlot();
764 system_state_->boot_control()->IsSlotBootable(slot)) {
1101 BootControlInterface* boot_control = system_state_->boot_control(); local
    [all...]

Completed in 585 milliseconds