MCPcopy Create free account
hub / github.com/chen3feng/toft / ReportPosixError

Function ReportPosixError

system/check_error.cpp:24–27  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24void ReportPosixError(const char* function_name)
25{
26 ReportErrnoError(function_name, errno);
27}
28
29bool ReportPosixTimedError(const char* function_name)
30{

Callers 1

CheckPosixErrorFunction · 0.85

Calls 1

ReportErrnoErrorFunction · 0.85

Tested by

no test coverage detected