Home
last modified time | relevance | path

Searched defs:CommandInvocation (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/cvd/unittests/selector/
Dcreation_analyzer_helper.cpp27 struct CommandInvocation { struct
28 std::string command;
29 std::vector<std::string> arguments;
/device/google/cuttlefish/host/commands/cvd/server_command/
Dutils.h35 struct CommandInvocation { struct
40 CommandInvocation ParseInvocation(const cvd::Request& request); argument