Home
last modified time | relevance | path

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

/bionic/libc/bionic/
Dsyslog.cpp34 void openlog(const char* log_tag, int options, int /*facility*/) { in openlog() argument
35 syslog_log_tag = log_tag; in openlog()
62 const char* log_tag = syslog_log_tag; in vsyslog() local
63 if (log_tag == nullptr) { in vsyslog()
64 log_tag = getprogname(); in vsyslog()
86 async_safe_format_log(android_log_priority, log_tag, "%s", log_line); in vsyslog()
90 dprintf(STDERR_FILENO, "%s: %s%s", log_tag, log_line, have_newline ? "" : "\n"); in vsyslog()