Searched refs:FB_CMD_ERASE (Results 1 – 4 of 4) sorted by relevance
22 #define FB_CMD_ERASE "erase" macro
87 return RawCommand(FB_CMD_ERASE ":" + partition, "Erasing '" + partition + "'", response, info); in Erase()
1780 } else if (command == FB_CMD_ERASE) { in Main()
49 {FB_CMD_ERASE, EraseHandler}, in FastbootDevice()