Home
last modified time | relevance | path

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

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