Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DUsingsGraph.cs18 … public UsingsGraph(CreationDriver creationDriver, string rootFilePath, string rootFileSource) in UsingsGraph() argument
21 this.rootFileSource = rootFileSource; in UsingsGraph()
37 … GraphNode rootNode = GetOrCreateGraphNode(creationDriver, rootFilePath, rootFileSource, "", null); in TraverseDepthFirst()
182 private readonly string rootFileSource; field in Antmicro.Renode.PlatformDescription.CreationDriver.UsingsGraph