Home
last modified time | relevance | path

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

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