Searched defs:CommandInvocation (Results 1 – 2 of 2) sorted by relevance
27 struct CommandInvocation { struct28 std::string command;29 std::vector<std::string> arguments;
35 struct CommandInvocation { struct40 CommandInvocation ParseInvocation(const cvd::Request& request); argument