Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsyslog.cpp31 void openlog(const char* log_tag, int /*options*/, int /*facility*/) { in openlog() argument
32 syslog_log_tag = log_tag; in openlog()
58 const char* log_tag = syslog_log_tag; in vsyslog() local
59 if (log_tag == nullptr) { in vsyslog()
60 log_tag = getprogname(); in vsyslog()
81 async_safe_format_log(android_log_priority, log_tag, "%s", log_line); in vsyslog()