Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/android/system/
DOsTest.java149 final FileDescriptor serverFd = Os.socket(AF_UNIX, SOCK_STREAM, 0); in checkUnixDomainSocket() local
289 final FileDescriptor serverFd = Os.socket(family, SOCK_STREAM, 0); in checkByteBufferPositions_sendto_recvfrom() local
813 final FileDescriptor serverFd = Os.socket(AF_INET, SOCK_DGRAM, 0); in test_recvfrom_concurrentShutdown() local