Searched defs:underlyingFile (Results 1 – 2 of 2) sorted by relevance
22 …public LBABackend(string underlyingFile, int? numberOfBlocks = null, int blockSize = 512, bool per… in LBABackend()119 private string underlyingFile; field in Antmicro.Renode.Storage.LBABackend
55 …public MassStorage(string underlyingFile, int? numberOfBlocks = null, int blockSize = 512, bool pe… in MassStorage()