Home
last modified time | relevance | path

Searched refs:client_socket_path (Results 1 – 3 of 3) sorted by relevance

/device/google/cuttlefish_common/host/commands/ivserver/
Doptions.cc22 const std::string &client_socket_path) in IVServerOptions() argument
25 client_socket_path(client_socket_path) {} in IVServerOptions()
30 << "\nclient_socket_path: " << options.client_socket_path << std::endl; in operator <<()
Divserver.cc47 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()
Doptions.h34 const std::string &client_socket_path);
44 const std::string client_socket_path; member