Home | History | Annotate | Download | only in common

Lines Matching defs:WriteAll

234 bool WriteAll(int fd, const void* buf, size_t count) {
265 bool WriteAll(FileDescriptorPtr fd, const void* buf, size_t count) {
282 return WriteAll(fd, buf, count);