Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc1049 std::vector<iovec> wrapiov; in DdmSendChunkV() local
1050 wrapiov.push_back(iovec()); in DdmSendChunkV()
1052 wrapiov.push_back(iov[i]); in DdmSendChunkV()
1065 wrapiov[0].iov_base = header; in DdmSendChunkV()
1066 wrapiov[0].iov_len = sizeof(header); in DdmSendChunkV()
1083 SendBufferedRequest(type, wrapiov); in DdmSendChunkV()
1087 SendBufferedRequest(type, wrapiov); in DdmSendChunkV()