Searched refs:dstFD (Results 1 – 1 of 1) sorted by relevance
/libcore/ojluni/src/main/native/ |
D | FileChannelImpl.c | 170 jint dstFD = fdval(env, dstFDO); in FileChannelImpl_transferTo0() local 174 jlong n = sendfile64(dstFD, srcFD, &offset, (size_t)count); in FileChannelImpl_transferTo0() 197 result = sendfilev64(dstFD, &sfv, 1, &numBytes); in FileChannelImpl_transferTo0() 223 result = sendfile(srcFD, dstFD, position, &numBytes, NULL, 0); in FileChannelImpl_transferTo0() 259 result = send_file(&dstFD, &sf_iobuf, SF_SYNC_CACHE); in FileChannelImpl_transferTo0()
|