Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Extensions/UserInterface/Commands/
DResdCommand.cs251 …ol TryGetResdFile(ICommandInteraction writer, string internalName, out LowLevelRESDParser resdFile) in TryGetResdFile() argument
253 if(!resdFiles.TryGetValue(internalName, out resdFile)) in TryGetResdFile()
263 if(!TryGetResdFile(writer, internalName, out var resdFile)) in DoForBlockWithIndex()
275 foreach(var block in resdFile.GetDataBlockEnumerator()) in DoForBlockWithIndex()