MCPcopy Create free account
hub / github.com/Samsung/UTopia / makeDir

Function makeDir

lib/utils/FileUtil.cpp:121–124  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119}
120
121int makeDir(std::string path) {
122 std::cout << "[COMMAND] mkdir " << path << '\n';
123 return mkdir(path.c_str(), S_IRWXU | S_IRWXG | S_IRWXO);
124}
125
126void copy(std::string src, std::string dest, bool isRecursive) {
127 std::string command = "cp ";

Callers 2

generateFuzzSourceMethod · 0.85
TESTFunction · 0.85

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.68