Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
723
extern
"C"
char *realpath(const char *path, char *resolved_path)
724
{
725
return realpath_work(path, resolved_path);
726
}
727
728
extern
"C"
char *__realpath(const char *path, char *resolved_path)
729
{
Callers
2
main
Function · 0.85
main
Function · 0.85
Calls
1
realpath_work
Function · 0.85
Tested by
no test coverage detected