Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/cvd/acloud/
Dconverter.cpp467 auto& fetch_command = *fetch_request.mutable_command_request(); in Convert() local
468 fetch_command.add_args("cvd"); in Convert()
469 fetch_command.add_args("fetch"); in Convert()
470 fetch_command.add_args("--directory"); in Convert()
471 fetch_command.add_args(host_dir); in Convert()
474 fetch_command.add_args("--default_build"); in Convert()
478 fetch_command.add_args(build + target); in Convert()
482 fetch_command.add_args("--system_build"); in Convert()
490 fetch_command.add_args(build + target); in Convert()
494 fetch_command.add_args("--bootloader_build"); in Convert()
[all …]