Home
last modified time | relevance | path

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

/bionic/libc/async_safe/
Dasync_safe_log.cpp112 struct FdOutputStream { struct
114 explicit FdOutputStream(int fd) : total(0), fd_(fd) {} in FdOutputStream() function
116 void Send(const char* data, int len) { in Send()
132 size_t total;
135 int fd_;