Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs9419 …tic void file_copy_retry(string sourceFileName, string destFileName, bool overwrite, uint attempts) in file_copy_retry() argument
9434 if (attempts > 1) in file_copy_retry()
9436 --attempts; in file_copy_retry()
9440 file_copy_retry(sourceFileName, destFileName, overwrite, attempts); in file_copy_retry()