Home
last modified time | relevance | path

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

/aosp12/bionic/tests/headers/posix/
H A Dsyslog_h.c58 #if !defined(LOG_MASK) in syslog_h()
59 #error LOG_MASK in syslog_h()
/aosp12/bionic/libc/bionic/
H A Dsyslog.cpp53 if ((syslog_priority_mask & LOG_MASK(LOG_PRI(priority))) == 0) { in vsyslog()
/aosp12/bionic/libc/include/
H A Dsyslog.h107 #define LOG_MASK(pri) (1 << (pri)) macro