Home
last modified time | relevance | path

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

/ide/tools/previewer/cli/
DCommandLineInterface.cpp138 std::unique_ptr<CommandLine> commandLine = in ProcessCommandMessage() local
140 if (commandLine == nullptr) { in ProcessCommandMessage()
144 commandLine->CheckAndRun(); in ProcessCommandMessage()
261 std::unique_ptr<CommandLine> commandLine = in CreatCommandToSendData() local
263 if (commandLine == nullptr) { in CreatCommandToSendData()
267 commandLine->RunAndSendResultToManager(); in CreatCommandToSendData()