Home
last modified time | relevance | path

Searched refs:GetExecuteBeforeListSize (Results 1 – 5 of 5) sorted by relevance

/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A DoperationClass.h167 int GetExecuteBeforeListSize () const {return itsExecuteBeforeList.size();} in GetExecuteBeforeListSize() function
H A Dcommandline.cpp477 …while ( (Operation[currentOperation] -> GetExecuteBeforeListSize() > count) && (!StopTaskExecution… in rsyncIT()
H A Dexecutenow.cpp701 …if ( (Operation[currentOperation] -> GetExecuteBeforeListSize() == currentBefore) || (StopTaskExec… in executeBeforeTask()
H A DmodifyDialog.cpp1513 while ( count < (pTask -> GetExecuteBeforeListSize()) ) in fillModifyWindow()
H A Dglobal.cpp1140 while ( count < (Operation[currentOperation] -> GetExecuteBeforeListSize()) ) in saveProfile()