Home
last modified time | relevance | path

Searched refs:FB_CMD_REBOOT (Results 1 – 4 of 4) sorted by relevance

/system/core/fastboot/
Dconstants.h26 #define FB_CMD_REBOOT "reboot" macro
Dfastboot_driver.cpp106 return RawCommand(FB_CMD_REBOOT, "Rebooting", response, info); in Reboot()
Dfastboot.cpp1822 } else if (command == FB_CMD_REBOOT) { in Main()
/system/core/fastboot/device/
Dfastboot_device.cpp45 {FB_CMD_REBOOT, RebootHandler}, in FastbootDevice()