Home | History | Annotate | Download | only in update_engine

Lines Matching refs:num_slots

736   const unsigned int num_slots = system_state_->boot_control()->GetNumSlots();
740 LOG(INFO) << " Installed slots: " << num_slots;
744 if (current_slot == BootControlInterface::kInvalidSlot || num_slots < 2) {
750 for (BootControlInterface::Slot slot = 0; slot < num_slots; slot++) {