Home
last modified time | relevance | path

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

/external/libbrillo/brillo/
Dsyslog_logging.cc29 static std::string s_ident; variable
105 s_ident = ident; in OpenLog()
106 openlog(s_ident.c_str(), log_pid ? LOG_PID : 0, LOG_USER); in OpenLog()