Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/UI/
DOptions.cs42 public string PidFile { get; set; } property in Antmicro.Renode.UI.Options
DCommandLineInterface.cs55 if(options.PidFile != null) in Run()
58 File.WriteAllText(options.PidFile, pid.ToString()); in Run()