Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/run_cvd/launch/
Dwebrtc_recorder.cpp58 int read_ret = host_socket_->Read(response, sizeof(response)); in SendCommandAndVerifyResponse() local
59 CF_EXPECT_NE(read_ret, 0, in SendCommandAndVerifyResponse()
/device/google/cuttlefish/host/frontend/webrtc/
Dmain.cpp346 int read_ret; in main() local
347 while ((read_ret = cuttlefish::ReadExact(control_socket, &message)) > 0) { in main()