Searched refs:client_socket_path (Results 1 – 3 of 3) sorted by relevance
22 const std::string &client_socket_path) in IVServerOptions() argument25 client_socket_path(client_socket_path) {} in IVServerOptions()30 << "\nclient_socket_path: " << options.client_socket_path << std::endl; in operator <<()
47 LOG_IF(WARNING, unlink(options.client_socket_path.c_str()) == 0) in IVServer()48 << "Removed existing unix socket: " << options.client_socket_path in IVServer()51 options.client_socket_path.c_str(), false, SOCK_STREAM, 0666); in IVServer()
34 const std::string &client_socket_path);44 const std::string client_socket_path; member