Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/UI/XwtProvider/
DDllMap.cs43 …atic bool MapLibraryName(string assemblyLocation, string originalLibName, out string mappedLibName) in MapLibraryName() argument
46 mappedLibName = null; in MapLibraryName()
68 mappedLibName = map.Attribute("target").Value; in MapLibraryName()
71 return (mappedLibName != null); in MapLibraryName()