Home
last modified time | relevance | path

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

/developtools/hdc/src/common/
Ddefine.h119 const string CMDSTR_APP_UNINSTALL = "uninstall"; variable
/developtools/hdc/src/host/
Dtranslate.cpp344 … } else if (!strncmp(input.c_str(), CMDSTR_APP_UNINSTALL.c_str(), CMDSTR_APP_UNINSTALL.size())) { in String2FormatCommand()
Dext_client.cpp87 … } else if (!strncmp(command.c_str(), CMDSTR_APP_UNINSTALL.c_str(), CMDSTR_APP_UNINSTALL.size())) { in ExecuteCommand()
Dmain.cpp70 registerCommand.push_back(CMDSTR_APP_UNINSTALL); in IsRegisterCommand()