Home
last modified time | relevance | path

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

/art/adbconnection/
Dadbconnection.cc250 bool has_sockets; in StartDebuggerThreads() local
252 has_sockets = android::base::Socketpair(AF_UNIX, in StartDebuggerThreads()
257 } while (!has_sockets && errno == EINTR); in StartDebuggerThreads()
258 if (!has_sockets) { in StartDebuggerThreads()