Home
last modified time | relevance | path

Searched refs:gProgramInvocationShortName (Results 1 – 1 of 1) sorted by relevance

/art/runtime/base/
Dlogging.cc43 static std::unique_ptr<std::string> gProgramInvocationShortName; variable
54 return (gProgramInvocationShortName.get() != nullptr) ? gProgramInvocationShortName->c_str() in ProgramInvocationShortName()
76 gProgramInvocationShortName.reset(new std::string((last_slash != nullptr) ? last_slash + 1 in InitLogging()