Searched defs:imageFile (Results 1 – 5 of 5) sorted by relevance
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Storage/ |
| D | DataStorage.cs | 17 …public static Stream Create(string imageFile, long? size = null, bool persistent = false, byte pad… in Create() 23 …public static Stream CreateFromFile(string imageFile, long? size = null, bool persistent = false, … in CreateFromFile()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/ATAPI/ |
| D | CDROM.cs | 26 … public CDROM(string imageFile, bool persistent = false, uint? size = null, uint blockSize = 2048) in CDROM()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/SD/ |
| D | DeprecatedSDCard.cs | 19 public DeprecatedSDCard(string imageFile, long? cardSize, bool persistent) in DeprecatedSDCard()
|
| D | SDCard.cs | 31 …public SDCard(string imageFile, long capacity, bool persistent = false, bool spiMode = false, Bloc… in SDCard()
|
| /Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/USB/ |
| D | USBPendrive.cs | 46 …public USBPendrive(string imageFile, long? size = null, bool persistent = false, uint blockSize = … in USBPendrive()
|