Home
last modified time | relevance | path

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

/device/google/cuttlefish_common/common/frontend/socket_vsock_proxy/
Dmain.cpp144 int last_failure_reason = 0; in host() local
151 last_failure_reason = 0; in host()
156 if (last_failure_reason != vsock_socket->GetErrno()) { in host()
157 last_failure_reason = vsock_socket->GetErrno(); in host()