Home
last modified time | relevance | path

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

/system/core/fastboot/
Dconstants.h22 #define FB_CMD_ERASE "erase" macro
Dfastboot_driver.cpp87 return RawCommand(FB_CMD_ERASE ":" + partition, "Erasing '" + partition + "'", response, info); in Erase()
Dfastboot.cpp1780 } else if (command == FB_CMD_ERASE) { in Main()
/system/core/fastboot/device/
Dfastboot_device.cpp49 {FB_CMD_ERASE, EraseHandler}, in FastbootDevice()