Searched refs:UPDATER_CMD (Results 1 – 1 of 1) sorted by relevance
23 const std::string UPDATER_CMD = "updater"; variable46 return (reason.find(UPDATER_CMD) != std::string::npos) ? UPDATER_CMD : REBOOT_CMD; in Updater()