Lines Matching defs:unix_socket_name
664 const char *unix_socket_name = (const char *)baton;
666 if (unix_socket_name && unix_socket_name[0]) {
677 ::strlcpy(saddr_un.sun_path, unix_socket_name,
727 const char *unix_socket_name) {
743 if (unix_socket_name && unix_socket_name[0]) {
745 unix_socket_name) != rnb_success) {
950 std::string unix_socket_name; // If we need to handshake with our parent
1238 unix_socket_name.assign(optarg);
1463 named_pipe_path.c_str(), unix_socket_name.c_str()))
1565 named_pipe_path.c_str(), unix_socket_name.c_str()))
1594 named_pipe_path.c_str(), unix_socket_name.c_str()))
1632 named_pipe_path.c_str(), unix_socket_name.c_str()))