Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSudoTools.cs53 var command = sudoProcess.StartInfo.FileName + " " + sudoProcess.StartInfo.Arguments; in EnsureSudoProcess()
54 sudoProcess.StartInfo.Arguments = SudoDecorateCommand(sudoName, command, description); in EnsureSudoProcess()
DMisc.cs1188 verifyProc.StartInfo.Arguments = command; in IsCommandAvaialble()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Peripherals/Network/
DAtCommandModemParsing.cs166 Arguments = parts[1]; in ParsedCommand()
180 Arguments = arguments; in ParsedCommand()
205 public string Arguments { get; } = ""; property in Antmicro.Renode.Peripherals.Network.AtCommandModem.ParsedCommand
DAtCommandModem.cs321 var argumentsString = parsed.Arguments; in HandleCommand()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/HostInterfaces/Network/
DLinuxTapInterface.cs176 …process.StartInfo.Arguments = string.Format("{0} {1} true", DynamicModuleSpawner.GetTAPHelper(), d… in Init()
DWindowsTapInterface.cs174 tapctlProcess.StartInfo.Arguments = $"create --name {InterfaceName}"; in Init()