Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dcommands.h43 bool RebootRecoveryHandler(FastbootDevice* device, const std::vector<std::string>& args);
H A Dfastboot_device.cpp101 {FB_CMD_REBOOT_RECOVERY, RebootRecoveryHandler}, in FastbootDevice()
H A Dcommands.cpp437 bool RebootRecoveryHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootRecoveryHandler() function