Home
last modified time | relevance | path

Searched defs:prog_path (Results 1 – 4 of 4) sorted by relevance

/device/google/cuttlefish/host/commands/cvd/selector/
Darguments_separator.h99 std::string prog_path; member
/device/google/cuttlefish/host/commands/cvd/server_command/
Dhandler_proxy.cpp75 const auto prog_path = frontline_parser->ProgPath(); in Handle() local
/device/google/cuttlefish/host/commands/cvd/
Dinstance_manager.cpp207 static Command GetCommand(const std::string& prog_path, Args&&... args) { in GetCommand()
236 const auto prog_path = host_android_out + "/bin/" + status_bin; in IssueStatusCommand() local
Dmain.cc163 cvd_common::Args AllArgs(const std::string& prog_path, in AllArgs()