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

Function realpath

util/folder/dirut.cpp:586–589  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

584#ifdef _win32_
585
586char* realpath(const char* pathname, char resolved_path[MAXPATHLEN]) {
587 // partial implementation: no path existence check
588 return _fullpath(resolved_path, pathname, MAXPATHLEN - 1);
589}
590
591#endif
592

Callers 2

RealPathFunction · 0.70
ResolvePathFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected