Searched defs:c_bytes (Results 1 - 1 of 1) sorted by relevance

/external/puffin/src/
H A Dfile_stream.cc62 auto c_bytes = static_cast<uint8_t*>(buffer); local
66 read(fd_, c_bytes + total_bytes_read, length - total_bytes_read);
75 auto c_bytes = static_cast<const uint8_t*>(buffer); local
79 write(fd_, c_bytes + total_bytes_wrote, length - total_bytes_wrote);

Completed in 101 milliseconds