Home
last modified time | relevance | path

Searched refs:FB_CMD_FLASH (Results 1 – 4 of 4) sorted by relevance

/system/core/fastboot/
Dconstants.h21 #define FB_CMD_FLASH "flash" macro
Dfastboot_driver.cpp92 return RawCommand(FB_CMD_FLASH ":" + partition, "Writing '" + partition + "'", response, info); in Flash()
Dfastboot.cpp2039 } else if (command == FB_CMD_FLASH) { in Main()
/system/core/fastboot/device/
Dfastboot_device.cpp56 {FB_CMD_FLASH, FlashHandler}, in FastbootDevice()