Searched defs:android_getaddrinfo (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java164 @Override public InetAddress[] android_getaddrinfo(String node, StructAddrinfo hints, int netId) throws GaiException { method in class:BlockGuardOs
172 return os.android_getaddrinfo(node, hints, netId);
H A DForwardingOs.java59 public InetAddress[] android_getaddrinfo(String node, StructAddrinfo hints, int netId) throws GaiException { return os.android_getaddrinfo(node, hints, netId); } method in class:ForwardingOs
H A DLinux.java53 public native InetAddress[] android_getaddrinfo(String node, StructAddrinfo hints, int netId) throws GaiException; method in class:Linux
H A DOs.java50 public InetAddress[] android_getaddrinfo(String node, StructAddrinfo hints, int netId) throws GaiException; method in interface:Os
/libcore/luni/src/main/java/android/system/
H A DOs.java54 /** @hide */ public static InetAddress[] android_getaddrinfo(String node, StructAddrinfo hints, int netId) throws GaiException { return Libcore.os.android_getaddrinfo(node, hints, netId); } method in class:Os

Completed in 140 milliseconds