Searched refs:process_name (Results 1 – 8 of 8) sorted by relevance
/device/google/cuttlefish/host/commands/run_cvd/launch/ |
D | log_tee_creator.cpp | 29 std::string process_name, in CreateLogTeeImpl() argument 31 auto name_with_ext = process_name + "_logs.fifo"; in CreateLogTeeImpl() 40 .AddParameter("--process_name=", process_name) in CreateLogTeeImpl() 49 std::string process_name) { in CreateFullLogTee() argument 51 cmd, instance_, std::move(process_name), in CreateFullLogTee() 56 Command& cmd, std::string process_name, in CreateLogTee() argument 61 CreateLogTeeImpl(cmd, instance_, std::move(process_name), {log_channel})); in CreateLogTee()
|
D | grpc_socket_creator.cpp | 25 const std::string& process_name) { in CreateGrpcSocket() argument 26 auto name_with_ext = process_name + ".sock"; in CreateGrpcSocket()
|
D | log_tee_creator.h | 34 Result<Command> CreateFullLogTee(Command& cmd, std::string process_name); 37 Result<Command> CreateLogTee(Command& cmd, std::string process_name,
|
D | grpc_socket_creator.h | 28 std::string CreateGrpcSocket(const std::string& process_name);
|
/device/google/trout/tools/tracing/tooling/ |
D | remote_slay.py | 29 def slay_process(sshclient, process_name): argument 56 process_name = args.process_name variable 57 result = slay_process(sshclient, process_name)
|
/device/google/cuttlefish/host/commands/assemble_cvd/ |
D | flag_feature.cpp | 44 std::string process_name = "assemble_cvd"; in Process() local 45 std::vector<char*> pseudo_argv = {process_name.data()}; in Process()
|
/device/google/cuttlefish/host/commands/log_tee/ |
D | log_tee.cpp | 31 DEFINE_string(process_name, "", "The process to credit log messages to");
|
/device/google/trout/tools/tracing/proto/ |
D | perfetto_trace.proto | 8435 optional string process_name = 6; field
|