HomeSort by relevance Sort by last modified time
    Searched defs:android_getaddrinfo (Results 1 - 4 of 4) sorted by null

  /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

Completed in 45 milliseconds