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

/art/runtime/jdwp/
H A Djdwp_handler.cc1728 size_t respLen = expandBufGetLength(pReply) - kJDWPHeaderLen; local
1729 VLOG(jdwp) << "REPLY: " << GetCommandName(request) << " " << result << " (length=" << respLen << ")"; local
1731 VLOG(jdwp) << HexDump(expandBufGetBuffer(pReply) + kJDWPHeaderLen, respLen, false, "");

Completed in 48 milliseconds