Home
last modified time | relevance | path

Searched defs:auditd (Results 1 – 3 of 3) sorted by relevance

/aosp12/system/logging/logd/
H A DLogKlog.h35 bool auditd; variable
H A Dmain.cpp76 static void DropPrivs(bool klogd, bool auditd) { in DropPrivs()
232 bool auditd = GetBoolProperty("ro.logd.auditd", true); in main() local
H A DLogKlog.cpp204 LogKlog::LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats) in LogKlog()