Home
last modified time | relevance | path

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

/Renode-v1.15.3-c57714d/src/Renode/PlatformDescription/
DCreationDriver.cs1657 if(!GetElementSourceAndPath(failingObject, out fileName, out source)) in HandleError()
1693 if(!GetElementSourceAndPath(element, out path, out unused)) in GetFormattedPosition()
1700 … private bool GetElementSourceAndPath(IWithPosition element, out string file, out string source) in GetElementSourceAndPath() method in Antmicro.Renode.PlatformDescription.CreationDriver