Searched refs:name_with_ext (Results 1 – 2 of 2) sorted by relevance
26 auto name_with_ext = process_name + ".sock"; in CreateGrpcSocket() local27 auto socket_path = instance_.PerInstanceGrpcSocketPath(name_with_ext); in CreateGrpcSocket()
25 auto name_with_ext = process_name + "_logs.fifo"; in CreateLogTee() local26 auto logs_path = instance_.PerInstanceInternalPath(name_with_ext.c_str()); in CreateLogTee()