Searched refs:attempts (Results 1 – 1 of 1) sorted by relevance
9419 …tic void file_copy_retry(string sourceFileName, string destFileName, bool overwrite, uint attempts) in file_copy_retry() argument9434 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()