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

Function CreateDir

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

Source from the content-addressed store, hash-verified

681} // namespace
682
683Result<bool> CreateDir(const PlatformFilename& dir_path) {
684 return DoCreateDir(dir_path, false);
685}
686
687Result<bool> CreateDirTree(const PlatformFilename& dir_path) {
688 return DoCreateDir(dir_path, true);

Callers 7

TESTFunction · 0.70
MakeMethod · 0.70
PrepareDirectoryFunction · 0.50
DoMainFunction · 0.50
DoMainFunction · 0.50
DoMainFunction · 0.50
DoMainFunction · 0.50

Calls 1

DoCreateDirFunction · 0.85

Tested by 1

TESTFunction · 0.56