Home
last modified time | relevance | path

Searched refs:String2FormatCommand (Results 1 – 3 of 3) sorted by relevance

/developtools/hdc/src/host/
Dtranslate.h27 string String2FormatCommand(const char *inputRaw, int sizeInputRaw, FormatCommand *outCmd);
Dtranslate.cpp280 string String2FormatCommand(const char *inputRaw, int sizeInputRaw, FormatCommand *outCmd) in String2FormatCommand() function
Dserver_for_client.cpp760 … string retEcho = String2FormatCommand(reinterpret_cast<char *>(bufPtr), bytesIO, &formatCommand); in ReadChannel()