Searched refs:CMD_STR_UPDATE (Results 1 – 1 of 1) sorted by relevance
37 const std::string CMD_STR_UPDATE = "update "; variable43 {CMD_STR_UPDATE, CMD_FLASHD_UPDATE_INIT},273 if (!strncmp(commandIn.c_str(), CMD_STR_UPDATE.c_str(), CMD_STR_UPDATE.size())) { in ConfirmCommand()