Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/cvd/
Dinstance_manager.cpp207 static Command GetCommand(const std::string& prog_path, Args&&... args) { in GetCommand() argument
208 Command command(prog_path); in GetCommand()
236 const auto prog_path = host_android_out + "/bin/" + status_bin; in IssueStatusCommand() local
237 Command with_args = GetCommand(prog_path, "--all_instances", "--print"); in IssueStatusCommand()
255 Command without_args = GetCommand(prog_path); in IssueStatusCommand()
Dmain.cc163 cvd_common::Args AllArgs(const std::string& prog_path, in AllArgs() argument
168 all_args.push_back(prog_path); in AllArgs()
/device/google/cuttlefish/host/commands/cvd/server_command/
Dhandler_proxy.cpp75 const auto prog_path = frontline_parser->ProgPath(); in Handle() local
80 cvd_common::Args new_exec_args{prog_path}; in Handle()
/device/google/cuttlefish/host/commands/cvd/selector/
Darguments_separator.cpp79 prog_path_ = std::move(output.prog_path); in Parse()
109 output.prog_path = std::move(tokens_queue.front().Token()); in ParseInternal()
Darguments_separator.h99 std::string prog_path; member