Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DMonitorPathCommand.cs56 MonitorPath monitorPath;
57 …public MonitorPathCommand(Monitor monitor, MonitorPath path) : base(monitor, "path", "allows modif… in MonitorPathCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/
DMonitorPath.cs18 public class MonitorPath class
101 public MonitorPath(string currentWorkingDirectory) in MonitorPath() method in Antmicro.Renode.UserInterface.MonitorPath
DMonitor.cs72 private MonitorPath monitorPath = new MonitorPath(Environment.CurrentDirectory);