Home
last modified time | relevance | path

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

/aosp12/bionic/libc/bionic/
H A Dsyslog.cpp31 void openlog(const char* log_tag, int /*options*/, int /*facility*/) { in openlog()
58 const char* log_tag = syslog_log_tag; in vsyslog() local
/aosp12/system/bt/common/
H A Dlru.h45 LegacyLruCache(const size_t& capacity, const std::string& log_tag) in LegacyLruCache()