Searched refs:char_bytes (Results 1 – 2 of 2) sorted by relevance
47 const char* char_bytes = reinterpret_cast<const char*>(bytes); in Write() local48 bytes_.insert(bytes_.end(), char_bytes, char_bytes + count); in Write()
33 const char* char_bytes = reinterpret_cast<const char*>(bytes); in Write() local37 ssize_t rc = write(fd_, char_bytes + bytes_written, in Write()