Home
last modified time | relevance | path

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

/dports/sysutils/luckybackup/luckybackup-0.5.0/src/
H A Dcommandline.cpp561 …bool DestCreateFail = false; // This will become true if destination does not exist and cannot be… in rsyncIT() local
578 DestCreateFail = true; in rsyncIT()
583 if (!DestCreateFail) in rsyncIT()
H A Dluckybackupwindow.h218 … bool DestCreateFail; // This will become true if destination does not exist and cannot be created variable
H A Dexecutenow.cpp736 …n[currentOperation] -> GetExecuteAfterListSize() == currentAfter)|| (DestCreateFail) || (StopTaskE… in executeAfterTask()
823DestCreateFail = false; // This will become true if destination does not exist and cannot be crea… in executeRsync()
839 DestCreateFail = true; in executeRsync()