Home
last modified time | relevance | path

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

/platform_testing/tools/automotive/proxy/
Dproxy.cpp108 int rv = select(MAX(client_sock, server_sock) + 1, &file_descriptors, nullptr, nullptr, in handleConnection() local
110 if (rv == -1) { in handleConnection()