Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/arrow
/ IOErrorFromWinError
Function
IOErrorFromWinError
cpp/src/arrow/util/io_util.h:296–298 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
294
295
template <typename... Args>
296
Status IOErrorFromWinError(int errnum, Args&&... args) {
297
return StatusFromWinError(errnum, StatusCode::IOError, std::forward<Args>(args)...);
298
}
299
#endif
300
301
template <typename... Args>
Callers
15
StatFile
Function · 0.85
Move
Method · 0.85
CopyFile
Method · 0.85
TEST
Function · 0.85
NativeReal
Function · 0.85
DoCreateDir
Function · 0.85
ListDirInternal
Function · 0.85
FindOneFile
Function · 0.85
DeleteDirEntryDir
Function · 0.85
DeleteDirEntry
Function · 0.85
DeleteFile
Function · 0.85
FileExists
Function · 0.85
Calls
1
StatusFromWinError
Function · 0.85
Tested by
1
TEST
Function · 0.68