Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs238 var splitPath = name.Split(new [] { '.' }, 2); field in Antmicro.Renode.Core.Machine.IPeripheral
239 if(splitPath.Length == 1 && name == SystemBusName)
246 if(splitPath[0] != SystemBusName)
254 …if(TryFindSubnodeByName(registeredPeripherals.GetNode(SystemBus), splitPath[1], out result, System…