Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
93
namespace {
94
#if defined(__GLIBC__)
95
const char* getprogname() {
96
return program_invocation_short_name;
97
}
98
#elif defined(_WIN32)
99
const char* getprogname() {
100
static bool first = true;
Callers
1
LogLine
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected