Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DIncludeFileCommand.cs53 result = ReplExecutor(path, writer); in Run()
67 private readonly Func<string, ICommandInteraction, bool> ReplExecutor; field in Antmicro.Renode.UserInterface.Commands.IncludeFileCommand
74 this.ReplExecutor = replExecutor; in IncludeFileCommand()