Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DSimpleFileCache.cs49 using(var locker = new FileLocker(Path.Combine(cacheLocation, lockFileName))) in StoreEntryWithSha()
65 using(var locker = new FileLocker(Path.Combine(cacheLocation, lockFileName))) in Populate()
83 private const string lockFileName = ".lock"; field in Antmicro.Renode.Utilities.SimpleFileCache