Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
211
std::string ErrnoMessage(int errnum) { return std::strerror(errnum); }
212
213
#if _WIN32
214
std::string WinErrorMessage(int errnum) {
Callers
5
InitMMap
Method · 0.85
GetListenPort
Function · 0.85
ToString
Method · 0.85
ListDir
Function · 0.85
GetPageSizeInternal
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected