Searched refs:OptionalReadFilePath (Results 1 – 4 of 4) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/ |
| D | FilePath.cs | 102 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/ |
| D | PacketInterceptionPythonEngine.cs | 23 …acketInterceptionPythonEngine(IRadio radio, string script = null, OptionalReadFilePath filename = … in PacketInterceptionPythonEngine()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Cores/RiscV/ |
| D | RiscVInstructionPythonEngine.cs | 23 …PythonEngine(BaseRiscV cpu, string pattern, string script = null, OptionalReadFilePath path = null) in RiscVInstructionPythonEngine()
|
| D | RiscVCsrPythonEngine.cs | 23 …ne(BaseRiscV cpu, ulong csr, bool initable, string script = null, OptionalReadFilePath path = null) in RiscVCsrPythonEngine()
|