Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/catboost/catboost
/ FreeBSDGuessExecBasePath
Function
FreeBSDGuessExecBasePath
util/system/execpath.cpp:88–90 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
86
}
87
88
static inline bool FreeBSDGuessExecBasePath(const TString& guessBasePath, TString& execPath) {
89
return FreeBSDGuessExecPath(TString(guessBasePath) +
"/"
+ getprogname(), execPath);
90
}
91
92
#endif
93
Callers
1
GetExecPathImpl
Function · 0.85
Calls
2
FreeBSDGuessExecPath
Function · 0.85
getprogname
Function · 0.85
Tested by
no test coverage detected