Home
last modified time | relevance | path

Searched refs:rootFilePath (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
20 this.rootFilePath = rootFilePath; in UsingsGraph()
37 … GraphNode rootNode = GetOrCreateGraphNode(creationDriver, rootFilePath, rootFileSource, "", null); in TraverseDepthFirst()
181 private readonly string rootFilePath; field in Antmicro.Renode.PlatformDescription.CreationDriver.UsingsGraph