Home | History | Annotate | Download | only in runtime

Lines Matching refs:vec

3074   iovec vec[1];
3075 vec[0].iov_base = reinterpret_cast<void*>(const_cast<uint8_t*>(buf));
3076 vec[0].iov_len = byte_count;
3077 Dbg::DdmSendChunkV(type, vec, 1);