Searched refs:fdWrite (Results 1 – 2 of 2) sorted by relevance
/system/logging/logd/ |
D | LogKlog.h | 40 LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats);
|
D | LogKlog.cpp | 204 LogKlog::LogKlog(LogBuffer* buf, int fdWrite, int fdRead, bool auditd, LogStatistics* stats) in LogKlog() argument 217 write(fdWrite, buffer, strlen(buffer)); in LogKlog()
|