Searched refs:dstFd (Results 1 – 1 of 1) sorted by relevance
614 final FileDescriptor dstFd = dstFile.getFileDescriptor(); in copyFileHelper() local615 if (srcSize > 0 && sm.isAllocationSupported(dstFd)) { in copyFileHelper()616 sm.allocateBytes(dstFd, srcSize); in copyFileHelper()