Searched defs:fd2 (Results 1 - 4 of 4) sorted by relevance

/libcore/luni/src/main/java/libcore/io/
H A DBlockGuardOs.java184 @Override public void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException { argument
185 os.socketpair(domain, type, protocol, fd1, fd2);
187 tagSocket(fd2);
H A DForwardingOs.java130 public void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException { os.socketpair(domain, type, protocol, fd1, fd2); } argument
H A DOs.java123 public void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException; argument
H A DPosix.java174 public native void socketpair(int domain, int type, int protocol, FileDescriptor fd1, FileDescriptor fd2) throws ErrnoException; argument

Completed in 57 milliseconds