Home
last modified time | relevance | path

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

/bionic/libc/async_safe/
Dasync_safe_log.cpp103 struct FdOutputStream { struct
105 explicit FdOutputStream(int fd) : total(0), fd_(fd) {} in FdOutputStream() function
107 void Send(const char* data, int len) { in Send()
123 size_t total;
126 int fd_;