Lines Matching refs:aTgt
245 DirEntry aTgt; in DoCopy_Impl() local
248 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()
360 eRet = Error( FSYS_ERR_ACCESSDENIED, 0, &aTgt ); in DoCopy_Impl()
378 eRet = Error( aTargetStream.GetError(), 0, &aTgt ); in DoCopy_Impl()
388 eRet = Error( aTargetStream.GetError(), 0, &aTgt ); in DoCopy_Impl()
395 aTgt.Kill(); in DoCopy_Impl()
413 ByteString aFullTarget(aTgt.GetFull(), osl_getThreadTextEncoding()); in DoCopy_Impl()
441 aTgt.Kill( pImp->nActions ); in DoCopy_Impl()