/libcore/luni/src/main/java/libcore/io/ |
Os.java | 46 public InetAddress[] android_getaddrinfo(String node, StructAddrinfo hints, int netId) throws GaiException; method in interface:Os
|
Posix.java | 49 public native InetAddress[] android_getaddrinfo(String node, StructAddrinfo hints, int netId) throws GaiException; method in class:Posix
|
ForwardingOs.java | 55 public InetAddress[] android_getaddrinfo(String node, StructAddrinfo hints, int netId) throws GaiException { return os.android_getaddrinfo(node, hints, netId); } method in class:ForwardingOs
|
/libcore/luni/src/main/java/android/system/ |
Os.java | 64 /** @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
|