Home
last modified time | relevance | path

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

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