Home
last modified time | relevance | path

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

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