Home
last modified time | relevance | path

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

/system/core/fastboot/
Dconstants.h25 #define FB_CMD_CONTINUE "continue" macro
Dfastboot_driver.cpp73 return RawCommand(FB_CMD_CONTINUE, "Resuming boot", response, info); in Continue()
Dfastboot.cpp1848 } else if (command == FB_CMD_CONTINUE) { in Main()