Lines Matching refs:rSource
82 FileCopier::FileCopier( const DirEntry& rSource, const DirEntry& rTarget ) : in FileCopier() argument
84 aSource ( rSource ), in FileCopier()
234 const DirEntry &rSource, const DirEntry &rTarget ) in DoCopy_Impl() argument
240 FSysPathStyle eSourceStyle = DirEntry::GetPathStyle( rSource.ImpGetTopPtr()->GetName() ); in DoCopy_Impl()
259 FileStat aSourceFileStat( rSource ); in DoCopy_Impl()
266 strcpy(szSource, ByteString(rSource.GetFull(), osl_getThreadTextEncoding()).GetBuffer()); in DoCopy_Impl()
313 Dir aSourceDir( rSource, FSYS_KIND_DIR|FSYS_KIND_FILE ); in DoCopy_Impl()
339 nBytesTotal = FileStat( rSource ).GetSize(); in DoCopy_Impl()
342 FileBase::getFileURLFromSystemPath( ::rtl::OUString(rSource.GetFull()), aFileName ); in DoCopy_Impl()
399 eRet = Error( aSrc.GetError(), &rSource, 0 ); in DoCopy_Impl()
402 eRet = Error( ERRCODE_IO_NOTEXISTS, &rSource, 0 ); in DoCopy_Impl()
404 eRet = Error( ERRCODE_IO_NOTSUPPORTED, &rSource, 0 ); in DoCopy_Impl()
436 ErrCode eKillErr = Error( rSource.Kill() | ERRCODE_WARNING_MASK, &rSource, 0 ); in DoCopy_Impl()
439 if ( rSource.Exists() ) in DoCopy_Impl()