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

Function getprogname

Bcore/src/main/cpp/android-base/logging.cpp:95–97  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

93namespace {
94#if defined(__GLIBC__)
95const char* getprogname() {
96 return program_invocation_short_name;
97}
98#elif defined(_WIN32)
99const char* getprogname() {
100 static bool first = true;

Callers 1

LogLineMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected