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