MCPcopy Create free account
hub / github.com/apache/arrow / ErrnoMessage

Function ErrnoMessage

cpp/src/arrow/util/io_util.cc:211–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209} // namespace
210
211std::string ErrnoMessage(int errnum) { return std::strerror(errnum); }
212
213#if _WIN32
214std::string WinErrorMessage(int errnum) {

Callers 5

InitMMapMethod · 0.85
GetListenPortFunction · 0.85
ToStringMethod · 0.85
ListDirFunction · 0.85
GetPageSizeInternalFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected