Home
last modified time | relevance | path

Searched defs:overwrite (Results 1 – 2 of 2) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DFileCopier.cs21 public static void Copy(string src, string dst, bool overwrite = false) in Copy()
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Logging/
DLogger.cs38 public static void AddBackend(ILoggerBackend backend, string name, bool overwrite = false) in AddBackend()