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