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

Function realpath

src/wrappers.cpp:723–726  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

721}
722
723extern "C" char *realpath(const char *path, char *resolved_path)
724{
725 return realpath_work(path, resolved_path);
726}
727
728extern "C" char *__realpath(const char *path, char *resolved_path)
729{

Callers 2

mainFunction · 0.85
mainFunction · 0.85

Calls 1

realpath_workFunction · 0.85

Tested by

no test coverage detected