Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Core/
DMachine.cs1523FindPaths(SystemBusName, peripheral, registeredPeripherals.GetNode(SystemBus), paths); in GetNames()
1529 …private void FindPaths(string nameSoFar, IPeripheral peripheralToFind, MultiTreeNode<IPeripheral, … in FindPaths() method in Antmicro.Renode.Core.Machine
1545 FindPaths(name, peripheralToFind, child, paths); in FindPaths()