Searched refs:has_sockets (Results 1 – 1 of 1) sorted by relevance
250 bool has_sockets; in StartDebuggerThreads() local252 has_sockets = android::base::Socketpair(AF_UNIX, in StartDebuggerThreads()257 } while (!has_sockets && errno == EINTR); in StartDebuggerThreads()258 if (!has_sockets) { in StartDebuggerThreads()