Home
last modified time | relevance | path

Searched refs:bdata (Results 1 – 1 of 1) sorted by relevance

/art/dt_fd_forward/
Ddt_fd_forward.cc159 uint8_t* bdata = reinterpret_cast<uint8_t*>(data); in ReadFullyWithoutChecks() local
162 int res = TEMP_FAILURE_RETRY(read(read_fd_, bdata + nbytes, ndata - nbytes)); in ReadFullyWithoutChecks()
264 const uint8_t* bdata = static_cast<const uint8_t*>(data); in WriteFullyWithoutChecks() local
267 int res = TEMP_FAILURE_RETRY(write(write_fd_, bdata + nbytes, ndata - nbytes)); in WriteFullyWithoutChecks()