Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dfastboot_device.h61 void set_active_slot(const std::string& active_slot) { active_slot_ = active_slot; } in set_active_slot()
72 std::string active_slot_; variable
Dfastboot_device.cpp68 active_slot_("") {
98 if (!active_slot_.empty()) { in GetCurrentSlot()
99 return active_slot_; in GetCurrentSlot()