Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/
DDataStorage.cs51 public static Stream CreateInMemory(int size, byte paddingByte = 0) in CreateInMemory() method in Antmicro.Renode.Storage.DataStorage
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/
DSDCard.cs29 : this(DataStorage.CreateInMemory((int)capacity), capacity, spiMode, blockSize) {} in SDCard()