Home
last modified time | relevance | path

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

/bootable/recovery/bootloader_message/
Dbootloader_message.cpp50 int tries = 0; in wait_for_device() local
54 ++tries; in wait_for_device()
59 blk_device.c_str(), tries, strerror(errno)); in wait_for_device()
62 } while (ret && tries < 10); in wait_for_device()