Searched refs:aTgt (Results 1 – 1 of 1) sorted by relevance
245 DirEntry aTgt; in DoCopy_Impl() local248 aTgt = rTarget.GetPath(); in DoCopy_Impl()249 aTgt.MakeShortName( rTarget.GetName() ); in DoCopy_Impl()252 aTgt = rTarget; in DoCopy_Impl()255 …if ( bMakeShortNames && FSYS_ACTION_MOVE == ( pImp->nActions & FSYS_ACTION_MOVE ) && aTgt != rTarg… in DoCopy_Impl()312 eRet = Error( aTgt.MakeDir() ? FSYS_ERR_OK : FSYS_ERR_UNKNOWN, 0, &aTgt ); in DoCopy_Impl()320 DirEntry aSubTarget( aTgt ); in DoCopy_Impl()331 aTgt.Exists() ) in DoCopy_Impl()350 eRet = Error( FSYS_ERR_ACCESSDENIED, 0, &aTgt ); in DoCopy_Impl()353 FileBase::getFileURLFromSystemPath( ::rtl::OUString(aTgt.GetFull()), aTargetFileName ); in DoCopy_Impl()[all …]