Home
last modified time | relevance | path

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

/CafeSDK-2.12.13-1/system/src/tool/cafex/
DCafeFunctions.cs1597 public int tries = 0; field in CafeX.Program.CafeBootProgress
1710 progress.tries = CAFERUN_RETRY_COUNT; in tryCafeReboot()
1717 if (progress.tries < CAFERUN_LAST_RETRY) in tryCafeReboot()
1722 progress.tries = CAFERUN_LAST_RETRY; in tryCafeReboot()
3688 for (progress.tries = 0; progress.tries < CAFERUN_RETRY_COUNT; ++progress.tries) in run()
3695 … Log.WriteLine("Iteration #{0} of {1}", progress.tries + 1, CAFERUN_RETRY_COUNT); in run()
3784 progress.tries = CAFERUN_RETRY_COUNT; in run()