Searched refs:has_sockets (Results 1 – 1 of 1) sorted by relevance
226 bool has_sockets; in StartDebuggerThreads() local228 has_sockets = android::base::Socketpair(AF_UNIX, in StartDebuggerThreads()233 } while (!has_sockets && errno == EINTR); in StartDebuggerThreads()234 if (!has_sockets) { in StartDebuggerThreads()