Home
last modified time | relevance | path

Searched refs:SetPerform (Results 1 – 3 of 3) sorted by relevance

/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A Dglobal.cpp1494 Operation[currentOperation] -> SetPerform(true); //this will change at the next commands in checkDeclaredDirs()
1504 Operation[currentOperation] -> SetPerform(false); in checkDeclaredDirs()
1560 …Operation[currentOperation] -> SetPerform(false); //don't perform this operation if the "bypass WA… in checkSyncDirs()
1574 …Operation[currentOperation] -> SetPerform(false); //don't perform this operation if the "bypass WA… in checkSyncDirs()
1617 …Operation[currentOperation] -> SetPerform(false); //don't perform this operation if the "bypass WA… in checkSyncDirs()
1633 …Operation[currentOperation] -> SetPerform(false); //don't perform this operation if the "bypass … in checkSyncDirs()
1645 Operation[currentOperation] -> SetPerform(false); //don't perform this operation in checkSyncDirs()
1698 …Operation[currentOperation] -> SetPerform(false); //don't perform this operation if the "bypass WA… in checkBackupDirs()
1712 …Operation[currentOperation] -> SetPerform(false); //don't perform this operation if the "bypass WA… in checkBackupDirs()
1774 Operation[currentOperation] -> SetPerform(false); //don't perform this operation in checkBackupDirs()
[all …]
H A DoperationClass.h187 void SetPerform(bool perform) {itsPerform = perform;} in SetPerform() function
H A Dcommandline.cpp131 Operation[currentOperation] -> SetPerform(false); //don't perform this operation in rsyncIT()