Home | History | Annotate | Download | only in jdwp

Lines Matching refs:expandBufGetLength

1677     replyLength = (result == ERR_NONE) ? expandBufGetLength(pReply) : kJDWPHeaderLen;
1683 CHECK_GT(expandBufGetLength(pReply), 0U) << GetCommandName(request) << " " << request->GetId();
1685 size_t respLen = expandBufGetLength(pReply) - kJDWPHeaderLen;