Searched refs:rootFilePath (Results 1 – 1 of 1) sorted by relevance
18 … public UsingsGraph(CreationDriver creationDriver, string rootFilePath, string rootFileSource) in UsingsGraph() argument20 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