Searched defs:prog_path (Results 1 – 4 of 4) sorted by relevance
99 std::string prog_path; member
75 const auto prog_path = frontline_parser->ProgPath(); in Handle() local
207 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
163 cvd_common::Args AllArgs(const std::string& prog_path, in AllArgs()