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()240 std::string spec_str(address); in socket_spec_connect() local241 std::vector<std::string> fragments = android::base::Split(spec_str, ":"); in socket_spec_connect()245 spec_str.c_str()); in socket_spec_connect()252 spec_str.c_str()); in socket_spec_connect()258 spec_str.c_str()); in socket_spec_connect()282 spec_str.c_str()); in socket_spec_connect()361 std::string spec_str(spec); local362 std::vector<std::string> fragments = android::base::Split(spec_str, ":");