Home
last modified time | relevance | path

Searched refs:connectErrno (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/tests/
DbinderRpcTest.cpp1224 int connectErrno; in testSupportVsockLoopback() local
1225 socklen_t connectErrnoLen = sizeof(connectErrno); in testSupportVsockLoopback()
1226 int ret = getsockopt(connectFd.get(), SOL_SOCKET, SO_ERROR, &connectErrno, in testSupportVsockLoopback()
1234 success = connectErrno == 0; in testSupportVsockLoopback()
/frameworks/base/config/
Dboot-image-profile.txt30961 HSPLlibcore/io/IoBridge;->connectErrno(Ljava/io/FileDescriptor;Ljava/net/InetAddress;II)V