Searched defs:retry (Results 1 - 1 of 1) sorted by last modified time

/system/core/fastboot/
H A Dusb_linux.c366 int n, retry; local
379 retry = 0;
384 DBG("[ usb read %d ] = %d, fname=%s, Retry %d \n", xfer, n, h->fname, retry);
388 if ( ++retry > MAX_RETRIES ) return -1;

Completed in 77 milliseconds