Searched refs:spec_str (Results 1 – 1 of 1) sorted by relevance
128 std::string spec_str(spec); in get_host_socket_spec_port() local129 std::vector<std::string> fragments = android::base::Split(spec_str, ":"); in get_host_socket_spec_port()234 std::string spec_str(address); in socket_spec_connect() local235 std::vector<std::string> fragments = android::base::Split(spec_str, ":"); in socket_spec_connect()239 spec_str.c_str()); in socket_spec_connect()246 spec_str.c_str()); in socket_spec_connect()252 spec_str.c_str()); in socket_spec_connect()276 spec_str.c_str()); in socket_spec_connect()355 std::string spec_str(spec); local356 std::vector<std::string> fragments = android::base::Split(spec_str, ":");