Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/java/net/
DInetAddress.java338 hostName = getHostByAddrImpl(this).hostName; in getHostName()
351 return getHostByAddrImpl(this).hostName; in getCanonicalHostName()
470 private static InetAddress getHostByAddrImpl(InetAddress address) throws UnknownHostException { in getHostByAddrImpl() method in InetAddress