MCPcopy Create free account
hub / github.com/CodingGay/BlackDex / GetExecutableDirectory

Function GetExecutableDirectory

Bcore/src/main/cpp/android-base/file.cpp:290–292  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

288}
289
290std::string GetExecutableDirectory() {
291 return Dirname(GetExecutablePath());
292}
293
294std::string Basename(const std::string& path) {
295 // Copy path because basename may modify the string passed in.

Callers

nothing calls this directly

Calls 2

DirnameFunction · 0.85
GetExecutablePathFunction · 0.85

Tested by

no test coverage detected