Searched refs:splitPath (Results 1 – 1 of 1) sorted by relevance
238 var splitPath = name.Split(new [] { '.' }, 2); field in Antmicro.Renode.Core.Machine.IPeripheral239 if(splitPath.Length == 1 && name == SystemBusName)246 if(splitPath[0] != SystemBusName)254 …if(TryFindSubnodeByName(registeredPeripherals.GetNode(SystemBus), splitPath[1], out result, System…