Home
last modified time | relevance | path

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

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