Searched defs:vec (Results 1 - 1 of 1) sorted by relevance

/art/runtime/
H A Ddebugger.cc3074 iovec vec[1]; local
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);

Completed in 87 milliseconds