Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/
DLBABackend.cs16 public class LBABackend : IDisposable class
18 …public LBABackend(int numberOfBlocks, int blockSize = 512) : this(TemporaryFilesManager.Instance.G… in LBABackend() method in Antmicro.Renode.Storage.LBABackend
22 …public LBABackend(string underlyingFile, int? numberOfBlocks = null, int blockSize = 512, bool per… in LBABackend() method in Antmicro.Renode.Storage.LBABackend