Searched refs:has_sockets (Results 1 – 1 of 1) sorted by relevance
228 bool has_sockets; in StartDebuggerThreads() local230 has_sockets = android::base::Socketpair(AF_UNIX, in StartDebuggerThreads()235 } while (!has_sockets && errno == EINTR); in StartDebuggerThreads()236 if (!has_sockets) { in StartDebuggerThreads()