Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dtranslate.cpp378 } else if (!strncmp(input.c_str(), CMDSTR_BUGREPORT.c_str(), CMDSTR_BUGREPORT.size())) { in String2FormatCommand()
381 …if (outCmd->parameters.size() == CMDSTR_BUGREPORT.size() + 1) { // 1 is sizeInputRaw = input.size(… in String2FormatCommand()
382 outCmd->parameters = CMDSTR_BUGREPORT + " "; in String2FormatCommand()
Dext_client.cpp104 } else if (!strncmp(command.c_str(), CMDSTR_BUGREPORT.c_str(), CMDSTR_BUGREPORT.size())) { in ExecuteCommand()
Dmain.cpp74 registerCommand.push_back(CMDSTR_BUGREPORT); in IsRegisterCommand()
/developtools/hdc/src/common/
Ddefine.h97 const string CMDSTR_BUGREPORT = "bugreport"; variable