Home
last modified time | relevance | path

Searched refs:RebootRecoveryHandler (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/device/
Dcommands.h42 bool RebootRecoveryHandler(FastbootDevice* device, const std::vector<std::string>& args);
Dfastboot_device.cpp54 {FB_CMD_REBOOT_RECOVERY, RebootRecoveryHandler}, in FastbootDevice()
Dcommands.cpp360 bool RebootRecoveryHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootRecoveryHandler() function