Searched refs:process_name (Results 1 – 8 of 8) sorted by relevance
29 def slay_process(sshclient, process_name): argument56 process_name = args.process_name variable57 result = slay_process(sshclient, process_name)
24 const std::string& process_name) { in CreateLogTee() argument25 auto name_with_ext = process_name + "_logs.fifo"; in CreateLogTee()33 .AddParameter("--process_name=", process_name) in CreateLogTee()
25 const std::string& process_name) { in CreateGrpcSocket() argument26 auto name_with_ext = process_name + ".sock"; in CreateGrpcSocket()
28 std::string CreateGrpcSocket(const std::string& process_name);
29 Result<Command> CreateLogTee(Command& cmd, const std::string& process_name);
44 std::string process_name = "assemble_cvd"; in Process() local45 std::vector<char*> pseudo_argv = {process_name.data()}; in Process()
31 DEFINE_string(process_name, "", "The process to credit log messages to");
8435 optional string process_name = 6; field