Searched defs:WriteAll (Results 1 – 2 of 2) sorted by relevance
33 ssize_t WriteAll(SharedFD fd, const char* buf, size_t size) { in WriteAll() function91 ssize_t WriteAll(SharedFD fd, const std::string& buf) { in WriteAll() function95 ssize_t WriteAll(SharedFD fd, const std::vector<char>& buf) { in WriteAll() function
883 ssize_t WriteAll(int fd, const void* buf, size_t count) { in WriteAll() function