Searched refs:ScriptPath (Results 1 – 3 of 3) sorted by relevance
20 private const string ScriptPath = "scriptpath"; field in Antmicro.Renode.Core.PlatformsProvider85 platform.ScriptPath = fileName; in LoadPlatforms()
24 public string ScriptPath { get; set; } property in Antmicro.Renode.Core.Platform
62 monitor.TryExecuteScript(platform.ScriptPath, writer); in Execute()