Home
last modified time | relevance | path

Searched refs:read_count (Results 1 – 1 of 1) sorted by relevance

/device/google/cuttlefish/common/libs/tcp_socket/
Dtcp_socket.cpp34 auto read_count = fd_->Read(buf.data(), buf.size()); in RecvAny() local
35 if (read_count < 0) { in RecvAny()
36 read_count = 0; in RecvAny()
38 buf.resize(read_count); in RecvAny()