Searched refs:CMD_STR_ERASE (Results 1 – 1 of 1) sorted by relevance
39 const std::string CMD_STR_ERASE = "erase "; variable45 {CMD_STR_ERASE, CMD_FLASHD_ERASE},278 } else if (!strncmp(commandIn.c_str(), CMD_STR_ERASE.c_str(), CMD_STR_ERASE.size())) { in ConfirmCommand()