MCPcopy Create free account
hub / github.com/clMathLibraries/clFFT / make_directory

Function make_directory

src/library/fft_binary_lookup.cpp:675–682  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

673
674
675static int make_directory(const std::string &path)
676{
677#ifdef _WIN32
678 return _mkdir (path.c_str());
679#else
680 return mkdir (path.c_str(), S_IRWXU);
681#endif
682}
683
684static void do_mkdir(const std::string &path)
685{

Callers 1

do_mkdirFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected