Searched refs:fsSocketPath (Results 1 – 1 of 1) sorted by relevance
37 public void Create(string fsSocketPath, string tag = "dummyfs", in Create() argument40 if(String.IsNullOrEmpty(fsSocketPath)) in Create()61 … this.Log(LogLevel.Debug, "Looking for UDS socket in path: {0}", Path.GetFullPath(fsSocketPath)); in Create()62 …ressFamily.Unix, SocketType.Stream, ProtocolType.IP, new UnixEndPoint(fsSocketPath), asClient: tru… in Create()