Searched refs:paths (Results 1 – 1 of 1) sorted by relevance
1516 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() argument1542 paths.Add(name); in FindPaths()1545 FindPaths(name, peripheralToFind, child, paths); in FindPaths()