Searched refs:FSYS_ACTION_MOVE (Results 1 – 3 of 3) sorted by relevance
255 …if ( bMakeShortNames && FSYS_ACTION_MOVE == ( pImp->nActions & FSYS_ACTION_MOVE ) && aTgt != rTarg… in DoCopy_Impl()296 if(pImp->nActions & FSYS_ACTION_MOVE) in DoCopy_Impl()434 if ( FSYS_ERR_OK == ERRCODE_TOERROR(eRet) && ( pImp->nActions & FSYS_ACTION_MOVE ) ) in DoCopy_Impl()
292 nRet = aMover.Execute( FSYS_ACTION_MOVE|FSYS_ACTION_RECURSIVE );
133 #define FSYS_ACTION_MOVE 0x08 // delete after copy (=> move) macro
Completed in 22 milliseconds