Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPath.cs21 private List<string> defaultPath = new List<string>(); field in Antmicro.Renode.UserInterface.MonitorPath
82 get{ return defaultPath.Aggregate((x,y) => x + ';' + y);}
85 defaultPath = GetDirEntries(value);
106 defaultPath = new List<string> { rootDirectory }; in MonitorPath()