Home
last modified time | relevance | path

Searched refs:name_with_ext (Results 1 – 2 of 2) sorted by relevance

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dgrpc_socket_creator.cpp26 auto name_with_ext = process_name + ".sock"; in CreateGrpcSocket() local
27 auto socket_path = instance_.PerInstanceGrpcSocketPath(name_with_ext); in CreateGrpcSocket()
Dlog_tee_creator.cpp25 auto name_with_ext = process_name + "_logs.fifo"; in CreateLogTee() local
26 auto logs_path = instance_.PerInstanceInternalPath(name_with_ext.c_str()); in CreateLogTee()