Lines Matching refs:DirEntry
82 FileCopier::FileCopier( const DirEntry& rSource, const DirEntry& rTarget ) : in FileCopier()
171 ErrCode FileCopier::Error( ErrCode eErr, const DirEntry* pSource, const DirEntry* pTarget ) in Error()
190 const DirEntry* FileCopier::GetErrorSource() const in GetErrorSource()
197 const DirEntry* FileCopier::GetErrorTarget() const in GetErrorTarget()
234 const DirEntry &rSource, const DirEntry &rTarget ) in DoCopy_Impl()
240 FSysPathStyle eSourceStyle = DirEntry::GetPathStyle( rSource.ImpGetTopPtr()->GetName() ); in DoCopy_Impl()
241 FSysPathStyle eTargetStyle = DirEntry::GetPathStyle( rTarget.ImpGetTopPtr()->GetName() ); in DoCopy_Impl()
245 DirEntry aTgt; in DoCopy_Impl()
316 const DirEntry &rSubSource = aSourceDir[n]; in DoCopy_Impl()
320 DirEntry aSubTarget( aTgt ); in DoCopy_Impl()
461 DirEntry aAbsSource = DirEntry( aSource); in ExecuteExact()
462 DirEntry aAbsTarget = DirEntry( aTarget ); in ExecuteExact()