HomeSort by relevance Sort by last modified time
    Searched refs:GetNumSlots (Results 1 - 12 of 12) sorted by null

  /system/update_engine/
boot_control_recovery.h 43 unsigned int GetNumSlots() const override;
boot_control_android.h 40 unsigned int GetNumSlots() const override;
boot_control_chromeos.h 44 unsigned int GetNumSlots() const override;
73 // Cached values for GetNumSlots() and GetCurrentSlot().
boot_control_recovery.cc 85 unsigned int BootControlRecovery::GetNumSlots() const {
boot_control_android.cc 70 unsigned int BootControlAndroid::GetNumSlots() const {
boot_control_chromeos.cc 134 unsigned int BootControlChromeOS::GetNumSlots() const {
update_attempter.cc 753 const unsigned int num_slots = system_state_->boot_control()->GetNumSlots();
    [all...]
  /system/update_engine/common/
boot_control_interface.h 44 virtual unsigned int GetNumSlots() const = 0;
47 // result is a number between 0 and GetNumSlots() - 1. Otherwise, log an error
52 // The |slot| number must be between 0 and GetNumSlots() - 1 and the
boot_control_stub.cc 25 unsigned int BootControlStub::GetNumSlots() const {
boot_control_stub.h 30 // You are gauranteed that the implementation of GetNumSlots() method
39 unsigned int GetNumSlots() const override;
fake_boot_control.h 40 unsigned int GetNumSlots() const override { return num_slots_; }
  /system/update_engine/update_manager/
real_system_provider.cc 114 "num_slots", boot_control_->GetNumSlots()));

Completed in 241 milliseconds