Searched defs:getsockname (Results 1 – 4 of 4) sorted by relevance
79 public SocketAddress getsockname(FileDescriptor fd) throws ErrnoException; in getsockname() method
87 …public SocketAddress getsockname(FileDescriptor fd) throws ErrnoException { return os.getsockname(… in getsockname() method in ForwardingOs
81 public native SocketAddress getsockname(FileDescriptor fd) throws ErrnoException; in getsockname() method in Posix
190 …public static SocketAddress getsockname(FileDescriptor fd) throws ErrnoException { return Libcore.… in getsockname() method in Os