Home
last modified time | relevance | path

Searched defs:clientFd (Results 1 – 2 of 2) sorted by relevance

/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java226 FileDescriptor clientFd = Os.socket(AF_UNIX, SOCK_STREAM, 0); in checkUnixDomainSocket() local
364 FileDescriptor clientFd = Os.socket(family, SOCK_STREAM, 0); in checkByteBufferPositions_sendto_recvfrom() local
729 final FileDescriptor clientFd = Os.accept(serverFd, peer); in createVmSocketEchoServer() local
/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1032 jint clientFd = NET_FAILURE_RETRY(env, int, accept, javaFd, peer, peerLength); in Linux_accept() local