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