Searched refs:defaultPath (Results 1 – 1 of 1) sorted by relevance
21 private List<string> defaultPath = new List<string>(); field in Antmicro.Renode.UserInterface.MonitorPath82 get{ return defaultPath.Aggregate((x,y) => x + ';' + y);}85 defaultPath = GetDirEntries(value);106 defaultPath = new List<string> { rootDirectory }; in MonitorPath()