Home
last modified time | relevance | path

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

/art/runtime/jdwp/
Djdwp_event.cc1342 std::vector<iovec> wrapiov; in DdmSendChunkV() local
1343 wrapiov.push_back(iovec()); in DdmSendChunkV()
1345 wrapiov.push_back(iov[i]); in DdmSendChunkV()
1351 wrapiov[0].iov_base = header; in DdmSendChunkV()
1352 wrapiov[0].iov_len = sizeof(header); in DdmSendChunkV()
1369 SendBufferedRequest(type, wrapiov); in DdmSendChunkV()
1372 SendBufferedRequest(type, wrapiov); in DdmSendChunkV()