Searched defs:clientFd (Results 1 – 2 of 2) sorted by relevance
| /libcore/luni/src/test/java/libcore/android/system/ |
| D | OsTest.java | 216 FileDescriptor clientFd = Os.socket(AF_UNIX, SOCK_STREAM, 0); in checkUnixDomainSocket() local 354 FileDescriptor clientFd = Os.socket(family, SOCK_STREAM, 0); in checkByteBufferPositions_sendto_recvfrom() local 719 final FileDescriptor clientFd = Os.accept(serverFd, peer); in createVmSocketEchoServer() local
|
| /libcore/luni/src/main/native/ |
| D | libcore_io_Linux.cpp | 1031 jint clientFd = NET_FAILURE_RETRY(env, int, accept, javaFd, peer, peerLength); in Linux_accept() local
|