Searched refs:readCount (Results 1 - 2 of 2) sorted by relevance

/art/runtime/jdwp/
H A Djdwp_adb.cc298 int readCount; local
382 readCount = read(clientSock, input_buffer_ + input_count_, sizeof(input_buffer_) - input_count_);
383 if (readCount < 0) {
390 } else if (readCount == 0) {
400 input_count_ += readCount;
H A Djdwp_socket.cc376 int readCount; local
466 readCount =
468 if (readCount < 0) {
475 } else if (readCount == 0) {
485 input_count_ += readCount;

Completed in 3 milliseconds