Searched refs:outputPath (Results 1 – 4 of 4) sorted by relevance
81 get => outputPath;85 outputPath = value;110 private string outputPath; field in Antmicro.Renode.Sound.PCMEncoder
21 public Profiler(IMachine machine, string outputPath) in Profiler() argument27 … output = new FileStream(outputPath, FileMode.Create, FileAccess.ReadWrite, FileShare.Delete); in Profiler()
30 void EnableProfiler(string outputPath = null); in EnableProfiler() argument
1098 public void EnableProfiler(string outputPath = null) in EnableProfiler() argument1101 …Profiler = new Profiler(this, outputPath ?? TemporaryFilesManager.Instance.GetTemporaryFile("renod… in EnableProfiler()