Searched refs:gProgramInvocationName (Results 1 – 1 of 1) sorted by relevance
173 static auto& gProgramInvocationName = *new std::unique_ptr<std::string>(); variable180 if (gProgramInvocationName == nullptr) { in ProgramInvocationName()181 gProgramInvocationName.reset(new std::string(getprogname())); in ProgramInvocationName()184 return gProgramInvocationName->c_str(); in ProgramInvocationName()251 gProgramInvocationName.reset(new std::string(basename(argv[0]))); in InitLogging()