Home | History | Annotate | Download | only in jdwp

Lines Matching refs:respLen

1692     size_t respLen = expandBufGetLength(pReply) - kJDWPHeaderLen;
1693 VLOG(jdwp) << "REPLY: " << GetCommandName(request) << " " << result << " (length=" << respLen << ")";
1695 VLOG(jdwp) << HexDump(expandBufGetBuffer(pReply) + kJDWPHeaderLen, respLen, false, "");