Searched refs:prog_path (Results 1 – 5 of 5) sorted by relevance
207 static Command GetCommand(const std::string& prog_path, Args&&... args) { in GetCommand() argument208 Command command(prog_path); in GetCommand()236 const auto prog_path = host_android_out + "/bin/" + status_bin; in IssueStatusCommand() local237 Command with_args = GetCommand(prog_path, "--all_instances", "--print"); in IssueStatusCommand()255 Command without_args = GetCommand(prog_path); in IssueStatusCommand()
163 cvd_common::Args AllArgs(const std::string& prog_path, in AllArgs() argument168 all_args.push_back(prog_path); in AllArgs()
75 const auto prog_path = frontline_parser->ProgPath(); in Handle() local80 cvd_common::Args new_exec_args{prog_path}; in Handle()
79 prog_path_ = std::move(output.prog_path); in Parse()109 output.prog_path = std::move(tokens_queue.front().Token()); in ParseInternal()
99 std::string prog_path; member