Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPath.cs80 public String DefaultPath property in Antmicro.Renode.UserInterface.MonitorPath
96 Path = DefaultPath; in Reset()
110 DefaultPath = "."; in MonitorPath()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DMonitorPathCommand.cs22 … writer.WriteLine(string.Format("Default 'PATH' value is: {0}", monitorPath.DefaultPath)); in PrintHelp()