Home
last modified time | relevance | path

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

/system/core/fastboot/
Dconstants.h23 #define FB_CMD_BOOT "boot" macro
Dfastboot_driver.cpp69 return RawCommand(FB_CMD_BOOT, "Booting", response, info); in Boot()
Dfastboot.cpp1850 } else if (command == FB_CMD_BOOT) { in Main()