Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dhost_updater.cpp39 const std::string CMD_STR_ERASE = "erase "; variable
45 {CMD_STR_ERASE, CMD_FLASHD_ERASE},
278 } else if (!strncmp(commandIn.c_str(), CMD_STR_ERASE.c_str(), CMD_STR_ERASE.size())) { in ConfirmCommand()