Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs1516 var paths = new List<string>(); in GetNames()
1519 paths.Add(SystemBusName); in GetNames()
1523 … FindPaths(SystemBusName, peripheral, registeredPeripherals.GetNode(SystemBus), paths); in GetNames()
1525 return new ReadOnlyCollection<string>(paths); in GetNames()
1529 …l peripheralToFind, MultiTreeNode<IPeripheral, IRegistrationPoint> currentNode, List<string> paths) in FindPaths() argument
1542 paths.Add(name); in FindPaths()
1545 FindPaths(name, peripheralToFind, child, paths); in FindPaths()