Searched defs:auditd (Results 1 – 3 of 3) sorted by relevance
35 bool auditd; variable
76 static void DropPrivs(bool klogd, bool auditd) { in DropPrivs()232 bool auditd = GetBoolProperty("ro.logd.auditd", true); in main() local
204 LogKlog::LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats) in LogKlog()