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

Class stat

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

Source from the content-addressed store, hash-verified

660 }
661 if (errno == EEXIST) {
662 struct stat st;
663 if (stat(s, &st) || !S_ISDIR(st.st_mode)) {
664 // Note we propagate the original errno, not the stat() errno
665 return IOErrorFromErrno(EEXIST, "Cannot create directory '", dir_path.ToString(),

Callers 2

DoCreateDirFunction · 0.70
FileExistsFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected