MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / ProgramInvocationName

Function ProgramInvocationName

libs/gflags/src/gflags.cc:1500–1502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1498const char* GetArgv0() { return argv0; }
1499uint32 GetArgvSum() { return argv_sum; }
1500const char* ProgramInvocationName() { // like the GNU libc fn
1501 return GetArgv0();
1502}
1503const char* ProgramInvocationShortName() { // like the GNU libc fn
1504 const char* slash = strrchr(argv0, '/');
1505#ifdef OS_WINDOWS

Callers 1

Calls 1

GetArgv0Function · 0.85

Tested by

no test coverage detected