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

  /external/autotest/server/site_tests/brillo_RecoverFromBadImage/
brillo_RecoverFromBadImage.py 43 current_slot = int(
52 target_slot = 0 if current_slot else 1
56 '(slot %d)', current_slot, partition, target_slot)
60 if target_slot == current_slot:
65 partition, current_slot)
172 current_slot = int(
174 if current_slot != target_slot:
176 current_slot, target_slot)
  /bootable/recovery/update_verifier/
update_verifier.cpp 219 uint32_t current_slot = module->getCurrentSlot(); local
220 BoolResult is_successful = module->isSlotMarkedSuccessful(current_slot);
221 LOG(INFO) << "Booting slot " << current_slot << ": isSlotMarkedSuccessful="
255 LOG(INFO) << "Marked slot " << current_slot << " as booted successfully.";
  /system/core/fastboot/
fastboot.cpp 871 std::string current_slot; local
872 if (fb_getvar(transport, "current-slot", &current_slot)) {
873 if (current_slot == "_a") return "a"; // Legacy support
874 if (current_slot == "_b") return "b"; // Legacy support
875 return current_slot;
917 static std::string get_other_slot(const std::string& current_slot, int count) {
920 char next = (current_slot[0] - 'a' + 1)%count + 'a';
981 std::string current_slot; local
1062 std::string current_slot = get_current_slot(transport); local
1595 std::string current_slot; local
    [all...]
  /system/update_engine/
update_attempter.cc 754 const BootControlInterface::Slot current_slot = local
759 << BootControlInterface::SlotName(current_slot);
761 if (current_slot == BootControlInterface::kInvalidSlot || num_slots < 2) {
768 if (slot != current_slot &&
    [all...]
  /hardware/intel/common/libva/test/encode/
h264encode.c 132 #define current_slot (current_frame_display % SURFACE_NUM) macro
    [all...]

Completed in 198 milliseconds