Home
last modified time | relevance | path

Searched refs:inputRaw (Results 1 – 2 of 2) sorted by relevance

/developtools/hdc/src/host/
Dtranslate.h27 string String2FormatCommand(const char *inputRaw, int sizeInputRaw, FormatCommand *outCmd);
Dtranslate.cpp293 string String2FormatCommand(const char *inputRaw, int sizeInputRaw, FormatCommand *outCmd) in String2FormatCommand() argument
296 string input = string(inputRaw, sizeInputRaw); in String2FormatCommand()