Home
last modified time | relevance | path

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

/system/core/adb/
Dsocket_spec.cpp155 static bool tcp_host_is_local(std::string_view hostname) { in tcp_host_is_local() function
183 return tcp_host_is_local(hostname); in is_local_socket_spec()
195 if (tcp_host_is_local(hostname)) { in socket_spec_connect()
339 } else if (tcp_host_is_local(hostname)) {