Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DAdHocCompiler.cs19 public string Compile(string sourcePath) in Compile() argument
48 parameters.Add(sourcePath); in Compile()
DAdHocCompiler_NET.cs22 public string Compile(string sourcePath) in Compile() argument
29 var sourceCode = File.ReadAllText(sourcePath); in Compile()