Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DFilePath.cs128 public class AppendFilePath : FilePath class
130 public AppendFilePath(string path) : base(path, FileAccess.Write) {} in AppendFilePath() method in Antmicro.Renode.Utilities.AppendFilePath
132 public static implicit operator AppendFilePath(string path) in operator AppendFilePath()
134 return new AppendFilePath(path); in operator AppendFilePath()