Home
last modified time | relevance | path

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

/CafeSDK-2.12.13/system/src/tool/cafex/
DCafeFunctions.cs8828 …tic void file_copy_retry(string sourceFileName, string destFileName, bool overwrite, uint attempts) in file_copy_retry() argument
8843 if (attempts > 1) in file_copy_retry()
8845 --attempts; in file_copy_retry()
8849 file_copy_retry(sourceFileName, destFileName, overwrite, attempts); in file_copy_retry()