Searched refs:open_socket_fn_ (Results 1 – 3 of 3) sorted by relevance
572 std::function<int(const char *)> open_socket_fn_; variable
2840 control_socket_fd_ = open_socket_fn_("dumpstate"); in RunInternal()3269 open_socket_fn_(open_socket) { in Dumpstate()
1028 ds_.open_socket_fn_ = [&](const char*) -> int { return ufd.release(); }; in RedirectOutputToFd()