MCPcopy Create free account
hub / github.com/MegEngine/MegEngine / mkdir

Function mkdir

test/src/helper.cpp:235–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

233#define getcwd _getcwd
234namespace {
235auto mkdir(const char* path, int) {
236 return _mkdir(path);
237}
238
239int mkstemp(char* tpl) {
240 tpl = _mktemp(tpl);

Callers 1

output_fileMethod · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected