Searched refs:reply_length (Results 1 – 1 of 1) sorted by relevance
244 jint reply_length = reply_data->GetLength(); in DdmHandleChunk() local245 if (offset < 0 || offset > reply_length || length < 0 || length > reply_length - offset) { in DdmHandleChunk()247 << " reply_length=" << reply_length; in DdmHandleChunk()