Home | History | Annotate | Download | only in conscrypt

Lines Matching defs:socketImpl

35 import java.net.SocketImpl;
87 Object socketImpl = f_impl.get(s);
88 Field f_fd = SocketImpl.class.getDeclaredField("fd");
90 return (FileDescriptor) f_fd.get(socketImpl);