MCPcopy Create free account
hub / github.com/catboost/catboost / mkstemps

Function mkstemps

util/system/mktemp_system.cpp:160–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

158}
159
160extern "C" int mkstemps(char* path, int slen) {
161 int fd;
162
163 return (GetTemp(path, &fd, 0, slen) ? fd : -1);
164}
165
166#if defined(_win_)
167char* mkdtemp(char* path) {

Callers 1

MakeTempNameFunction · 0.85

Calls 1

GetTempFunction · 0.85

Tested by

no test coverage detected