Home
last modified time | relevance | path

Searched refs:active_slot_ (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/device/
Dfastboot_device.h62 void set_active_slot(const std::string& active_slot) { active_slot_ = active_slot; } in set_active_slot()
73 std::string active_slot_; variable
Dfastboot_device.cpp69 active_slot_("") {
99 if (!active_slot_.empty()) { in GetCurrentSlot()
100 return active_slot_; in GetCurrentSlot()