Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dcommands.h42 bool RebootFastbootHandler(FastbootDevice* device, const std::vector<std::string>& args);
Dfastboot_device.cpp53 {FB_CMD_REBOOT_FASTBOOT, RebootFastbootHandler}, in FastbootDevice()
Dcommands.cpp376 bool RebootFastbootHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootFastbootHandler() function