Home
last modified time | relevance | path

Searched refs:set_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() function
Dcommands.cpp296 device->set_active_slot(current_slot); in SetActiveHandler()