Searched refs:gProgramInvocationShortName (Results 1 – 1 of 1) sorted by relevance
44 static std::unique_ptr<std::string> gProgramInvocationShortName; variable55 return (gProgramInvocationShortName.get() != nullptr) ? gProgramInvocationShortName->c_str() in ProgramInvocationShortName()75 gProgramInvocationShortName.reset(new std::string((last_slash != nullptr) ? last_slash + 1 in InitLogging()