Home | History | Annotate | Download | only in update_engine

Lines Matching refs:Slot

38   // some critical failure such as we couldn't determine the slot that we
39 // booted from, the implementation will pretend that there's only one slot and
45 BootControlInterface::Slot GetCurrentSlot() const override;
47 BootControlInterface::Slot slot,
49 bool IsSlotBootable(BootControlInterface::Slot slot) const override;
50 bool MarkSlotUnbootable(BootControlInterface::Slot slot) override;
51 bool SetActiveBootSlot(BootControlInterface::Slot slot) override;
69 // |partition_name| and |slot|. In case of invalid data, returns -1.
71 BootControlInterface::Slot slot) const;
74 BootControlInterface::Slot num_slots_{1};
75 BootControlInterface::Slot current_slot_{BootControlInterface::kInvalidSlot};