Home
last modified time | relevance | path

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

/system/core/fastboot/
Dconstants.h30 #define FB_CMD_REBOOT_FASTBOOT "reboot-fastboot" macro
Dfastboot.cpp1846 } else if (command == FB_CMD_REBOOT_FASTBOOT) { in Main()
/system/core/fastboot/device/
Dfastboot_device.cpp47 {FB_CMD_REBOOT_FASTBOOT, RebootFastbootHandler}, in FastbootDevice()