Home
last modified time | relevance | path

Searched defs:command (Results 1 – 4 of 4) sorted by relevance

/tools_previewer/cli/
DCommandLineFactory.cpp74 unique_ptr<CommandLine> CommandLineFactory::CreateCommandLine(string command, in CreateCommandLine()
DCommandLineInterface.cpp137 string command = jsonData["command"].asString(); in ProcessCommandMessage() local
221 std::unique_ptr<CommandLine> command = in ApplyConfigMembers() local
DCommandLine.cpp110 void CommandLine::SetCommandName(std::string command) in SetCommandName()
/tools_previewer/util/
DCommandParser.cpp476 bool CommandParser::IsResolutionArgValid(string command) in IsResolutionArgValid()