Home
last modified time | relevance | path

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

/system/core/fastboot/
Dconstants.h29 #define FB_CMD_REBOOT_RECOVERY "reboot-recovery" macro
Dfastboot.cpp1844 } else if (command == FB_CMD_REBOOT_RECOVERY) { in Main()
/system/core/fastboot/device/
Dfastboot_device.cpp48 {FB_CMD_REBOOT_RECOVERY, RebootRecoveryHandler}, in FastbootDevice()