Searched refs:aTargetStream (Results 1 – 1 of 1) sorted by relevance
355 …SvFileStream aTargetStream( aTargetFileName, STREAM_WRITE | STREAM_TRUNC | STREAM_SHARE_DENYWRITE … in DoCopy_Impl() local356 if ( !aTargetStream.GetError() ) in DoCopy_Impl()359 if ( fchmod( aTargetStream.GetFileHandle(), buf.st_mode ) == -1 ) in DoCopy_Impl()376 aTargetStream.Write( pBuf, nSize ); in DoCopy_Impl()377 if ( aTargetStream.GetError() ) in DoCopy_Impl()378 eRet = Error( aTargetStream.GetError(), 0, &aTgt ); in DoCopy_Impl()388 eRet = Error( aTargetStream.GetError(), 0, &aTgt ); in DoCopy_Impl()391 aTargetStream.Close(); in DoCopy_Impl()
Completed in 11 milliseconds