Searched defs:num_slots_ (Results 1 - 1 of 1) sorted by last modified time

/system/update_engine/
H A Dboot_control_chromeos.cc102 num_slots_ = 1;
105 num_slots_ = 2;
112 while (current_slot_ < num_slots_ &&
117 if (current_slot_ >= num_slots_) {
120 << ", number of slots: " << num_slots_ local
122 num_slots_ = 1;
128 << SlotName(current_slot_) << ") of " << num_slots_
134 return num_slots_;
280 if (slot >= num_slots_) {
282 << num_slots_ << " slo local
[all...]

Completed in 33 milliseconds