Home
last modified time | relevance | path

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

/developtools/hdc/src/host/
Dtranslate.cpp249 outCmd->parameters = input + CMDSTR_TARGET_MODE.size() + 1; // with ' ' in RunMode()
351 } else if (!strncmp(input.c_str(), CMDSTR_TARGET_MODE.c_str(), CMDSTR_TARGET_MODE.size())) { in String2FormatCommand()
Dmain.cpp76 registerCommand.push_back(CMDSTR_TARGET_MODE); in IsRegisterCommand()
485 …!strncmp(commands.c_str(), CMDSTR_TARGET_MODE.c_str(), CMDSTR_TARGET_MODE.size()) || g_externalCmd… in main()
Dext_client.cpp101 !strncmp(command.c_str(), CMDSTR_TARGET_MODE.c_str(), CMDSTR_TARGET_MODE.size()) || in ExecuteCommand()
/developtools/hdc/src/common/
Ddefine.h96 const string CMDSTR_TARGET_MODE = "tmode"; variable