Home
last modified time | relevance | path

Searched refs:fdWrite (Results 1 – 2 of 2) sorted by relevance

/system/logging/logd/
DLogKlog.h40 LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats);
DLogKlog.cpp204 LogKlog::LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats) in LogKlog() argument
217 write(fdWrite, buffer, strlen(buffer)); in LogKlog()