Home
last modified time | relevance | path

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

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DPosixFileLocker.cs46 lastError = Stdlib.GetLastError(); in TryDoFileLocking()
DLibCWrapper.cs198 public static string GetLastError() in GetLastError() method in Antmicro.Renode.Utilities.LibCWrapper
/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Peripherals/Peripherals/CAN/
DSocketCANBridge.cs99 …gLevel.Error, "Encountered an error while writing to the socket: {0}", LibCWrapper.GetLastError()); in OnFrameReceived()