Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLibCWrapper.cs189 public static string Strerror(int id) in Strerror() method in Antmicro.Renode.Utilities.LibCWrapper
200 return Strerror(Marshal.GetLastWin32Error()); in GetLastError()
DVideoCapturer.cs231 var lastErrorMessage = LibCWrapper.Strerror(lastErrorCode); in DoIoctl()