Home
last modified time | relevance | path

Searched refs:spec_str (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/
Dsocket_spec.cpp128 std::string spec_str(spec); in get_host_socket_spec_port() local
129 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() local
235 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); local
356 std::vector<std::string> fragments = android::base::Split(spec_str, ":");