Home
last modified time | relevance | path

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

/art/dt_fd_forward/
Ddt_fd_forward.h117 IOResult ReadFullyWithoutChecks(void* data, size_t ndata); // REQUIRES(state_mutex_);
Ddt_fd_forward.cc156 IOResult FdForwardTransport::ReadFullyWithoutChecks(void* data, size_t ndata) { in ReadFullyWithoutChecks() function in dt_fd_forward::FdForwardTransport
194 return ReadFullyWithoutChecks(data, to_read); in ReadUpToMax()
387 IOResult res = ReadFullyWithoutChecks(handshake_recv, sizeof(handshake_recv)); in Accept()