Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPlatformsProvider.cs20 private const string ScriptPath = "scriptpath"; field in Antmicro.Renode.Core.PlatformsProvider
85 platform.ScriptPath = fileName; in LoadPlatforms()
DPlatform.cs24 public string ScriptPath { get; set; } property in Antmicro.Renode.Core.Platform
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DCreatePlatformCommand.cs62 monitor.TryExecuteScript(platform.ScriptPath, writer); in Execute()