Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DFilePath.cs102 public class OptionalReadFilePath : FilePath class
104 public OptionalReadFilePath(string path) : base(path, FileAccess.Read, false) in OptionalReadFilePath() method in Antmicro.Renode.Utilities.OptionalReadFilePath
112 public static implicit operator string(OptionalReadFilePath fp) in operator string()
117 public static implicit operator OptionalReadFilePath(string path) in operator OptionalReadFilePath()
119 return new OptionalReadFilePath(path); in operator OptionalReadFilePath()
122 public static implicit operator OptionalReadFilePath(ReadFilePath fp) in operator OptionalReadFilePath()
124 return new OptionalReadFilePath(fp); in operator OptionalReadFilePath()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/Hooks/
DPacketInterceptionPythonEngine.cs23 …acketInterceptionPythonEngine(IRadio radio, string script = null, OptionalReadFilePath filename = … in PacketInterceptionPythonEngine()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/
DRiscVInstructionPythonEngine.cs23 …PythonEngine(BaseRiscV cpu, string pattern, string script = null, OptionalReadFilePath path = null) in RiscVInstructionPythonEngine()
DRiscVCsrPythonEngine.cs23 …ne(BaseRiscV cpu, ulong csr, bool initable, string script = null, OptionalReadFilePath path = null) in RiscVCsrPythonEngine()