Searched refs:has_sockets (Results 1 – 1 of 1) sorted by relevance
357 bool has_sockets; in StartDebuggerThreads() local359 has_sockets = android::base::Socketpair(AF_UNIX, in StartDebuggerThreads()364 } while (!has_sockets && errno == EINTR); in StartDebuggerThreads()365 if (!has_sockets) { in StartDebuggerThreads()