Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DTemporaryFilesManager.cs32 lock(emulatorTemporaryPath) in GetTemporaryFile()
38 path = Path.Combine(emulatorTemporaryPath, fileName); in GetTemporaryFile()
60 path = Path.Combine(emulatorTemporaryPath, fileName); in TryCreateFile()
95 … foreach(var entry in Directory.GetDirectories(Directory.GetParent(emulatorTemporaryPath).FullName) in Cleanup()
96 ….Where(x => x != emulatorTemporaryPath && x.StartsWith(otherEmulatorTempPrefix, StringComparison.O… in Cleanup()
115 return emulatorTemporaryPath;
131 emulatorTemporaryPath = otherEmulatorTempPrefix + id; in TemporaryFilesManager()
133 if(!Directory.Exists(emulatorTemporaryPath)) in TemporaryFilesManager()
135 Directory.CreateDirectory(emulatorTemporaryPath); in TemporaryFilesManager()
156 ClearDirectory(emulatorTemporaryPath); in ~TemporaryFilesManager()
[all …]