Home
last modified time | relevance | path

Searched refs:WriteFilePath (Results 1 – 3 of 3) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DFilePath.cs138 public class WriteFilePath : FilePath class
140 public WriteFilePath(string path) : base(path, FileAccess.Write) {} in WriteFilePath() method in Antmicro.Renode.Utilities.WriteFilePath
156 public static implicit operator WriteFilePath(string path) in operator WriteFilePath()
158 return new WriteFilePath(path); in operator WriteFilePath()
162 public class SequencedFilePath : WriteFilePath
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/Storage/
DVirtIOBlockDevice.cs45 public void LoadImage(WriteFilePath file, bool persistent = false) in LoadImage()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DEmulationManager.cs69 public void EnableProfilerGlobally(WriteFilePath pathPrefix) in EnableProfilerGlobally()