Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DPlatformsProvider.cs23 private const string HasPendrive = "haspendrive"; field in Antmicro.Renode.Core.PlatformsProvider
63 case HasPendrive: in LoadPlatforms()
68 platform.HasPendrive = val; in LoadPlatforms()
DPlatform.cs26 public bool HasPendrive { get; set; } property in Antmicro.Renode.Core.Platform