Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dcommands.h39 bool RebootHandler(FastbootDevice* device, const std::vector<std::string>& args);
Dfastboot_device.cpp51 {FB_CMD_REBOOT, RebootHandler}, in FastbootDevice()
Dcommands.cpp310 bool RebootHandler(FastbootDevice* device, const std::vector<std::string>& /* args */) { in RebootHandler() function