Home | History | Annotate | Download | only in downloads

Lines Matching refs:outFd

553         FileDescriptor outFd = null;
566 outFd = outPfd.getFileDescriptor();
576 Os.lseek(outFd, mInfoDelta.mCurrentBytes, OsConstants.SEEK_SET);
585 if (mInfoDelta.mTotalBytes > 0 && mStorage.isAllocationSupported(outFd)) {
586 mStorage.allocateBytes(outFd, mInfoDelta.mTotalBytes);
594 transferData(in, out, outFd);
613 if (outFd != null) outFd.sync();
625 private void transferData(InputStream in, OutputStream out, FileDescriptor outFd)
654 updateProgress(outFd);
743 private void updateProgress(FileDescriptor outFd) throws IOException, StopRequestException {
772 outFd.sync();