MCPcopy 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
88static inline bool FreeBSDGuessExecBasePath(const TString& guessBasePath, TString& execPath) {
89 return FreeBSDGuessExecPath(TString(guessBasePath) + "/" + getprogname(), execPath);
90}
91
92#endif
93

Callers 1

GetExecPathImplFunction · 0.85

Calls 2

FreeBSDGuessExecPathFunction · 0.85
getprognameFunction · 0.85

Tested by

no test coverage detected