Searched refs:kGrpcSocketDirName (Results 1 – 3 of 3) sorted by relevance
73 return PerEnvironmentPath(kGrpcSocketDirName); in PerEnvironmentGrpcSocketPath()75 auto relative_path = (std::string(kGrpcSocketDirName) + "/") + file_name; in PerEnvironmentGrpcSocketPath()
50 inline constexpr char kGrpcSocketDirName[] = "grpc_socket"; variable
1905 return PerInstanceUdsPath(kGrpcSocketDirName); in PerInstanceGrpcSocketPath()1907 auto relative_path = (std::string(kGrpcSocketDirName) + "/") + socket_name; in PerInstanceGrpcSocketPath()