Home
last modified time | relevance | path

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

/art/dt_fd_forward/
Ddt_fd_forward.h113 IOResult WriteFullyWithoutChecks(const void* data, size_t ndata); // REQUIRES(state_mutex_);
Ddt_fd_forward.cc260 IOResult FdForwardTransport::WriteFullyWithoutChecks(const void* data, size_t ndata) { in WriteFullyWithoutChecks() function in dt_fd_forward::FdForwardTransport
283 return WriteFullyWithoutChecks(data, ndata); in WriteFully()
396 res = WriteFullyWithoutChecks(kJdwpHandshake, sizeof(kJdwpHandshake)); in Accept()