Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DVirtIOFSDevice.cs37 public void Create(string fsSocketPath, string tag = "dummyfs", in Create() argument
40 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()