Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/cvd/
Dacloud_command.cpp209 auto& start_command = *start_request.mutable_command_request(); in Convert() local
210 start_command.add_args("cvd"); in Convert()
211 start_command.add_args("start"); in Convert()
212 start_command.add_args("--daemon"); in Convert()
213 start_command.add_args("--undefok"); in Convert()
214 start_command.add_args("report_anonymous_usage_stats"); in Convert()
215 start_command.add_args("--report_anonymous_usage_stats"); in Convert()
216 start_command.add_args("y"); in Convert()
219 start_command.add_args(arg); in Convert()
223 auto& start_env = *start_command.mutable_env(); in Convert()
[all …]