Searched refs:its_endpoint_path (Results 1 – 2 of 2) sorted by relevance
598 const std::string its_endpoint_path = its_endpoint_path_ss.str(); in create_local_server() local621 … boost::asio::local::stream_protocol_ext::endpoint(its_endpoint_path), in create_local_server()634 ::_unlink(its_endpoint_path.c_str()); in create_local_server()638 if (-1 == ::unlink(its_endpoint_path.c_str()) && errno != ENOENT) { in create_local_server()640 << its_endpoint_path << "): "<< std::strerror(errno); in create_local_server()642 VSOMEIP_INFO << __func__ << " Routing endpoint at " << its_endpoint_path; in create_local_server()652 … boost::asio::local::stream_protocol_ext::endpoint(its_endpoint_path), in create_local_server()
128 std::stringstream its_endpoint_path; in stop() local129 its_endpoint_path << utility::get_base_path(configuration_) << std::hex in stop()132 ::_unlink(its_endpoint_path.str().c_str()); in stop()134 if (-1 == ::unlink(its_endpoint_path.str().c_str())) { in stop()136 << its_endpoint_path.str() << "): "<< std::strerror(errno); in stop()