Searched refs:CMDSTR_APP_UNINSTALL (Results 1 – 4 of 4) sorted by relevance
119 const string CMDSTR_APP_UNINSTALL = "uninstall"; variable
344 … } else if (!strncmp(input.c_str(), CMDSTR_APP_UNINSTALL.c_str(), CMDSTR_APP_UNINSTALL.size())) { in String2FormatCommand()
87 … } else if (!strncmp(command.c_str(), CMDSTR_APP_UNINSTALL.c_str(), CMDSTR_APP_UNINSTALL.size())) { in ExecuteCommand()
70 registerCommand.push_back(CMDSTR_APP_UNINSTALL); in IsRegisterCommand()