Searched refs:WriteFullyWithoutChecks (Results 1 – 2 of 2) sorted by relevance
113 IOResult WriteFullyWithoutChecks(const void* data, size_t ndata); // REQUIRES(state_mutex_);
260 IOResult FdForwardTransport::WriteFullyWithoutChecks(const void* data, size_t ndata) { in WriteFullyWithoutChecks() function in dt_fd_forward::FdForwardTransport283 return WriteFullyWithoutChecks(data, ndata); in WriteFully()396 res = WriteFullyWithoutChecks(kJdwpHandshake, sizeof(kJdwpHandshake)); in Accept()