HomeSort by relevance Sort by last modified time
    Searched full:client_socket_path (Results 1 - 3 of 3) sorted by null

  /device/google/cuttlefish_common/host/libs/ivserver/
options.cc 22 const std::string &client_socket_path)
25 client_socket_path(client_socket_path) {}
30 << "\nclient_socket_path: " << options.client_socket_path << std::endl;
options.h 34 const std::string &client_socket_path);
44 const std::string client_socket_path; member in struct:ivserver::final
ivserver.cc 39 LOG_IF(WARNING, unlink(options.client_socket_path.c_str()) == 0)
40 << "Removed existing unix socket: " << options.client_socket_path
43 options.client_socket_path.c_str(), false, SOCK_STREAM, 0666);

Completed in 203 milliseconds