Home | History | Annotate | Download | only in sdcard

Lines Matching refs:attempts

97     int attempts = 0;
101 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
124 ++attempts;
163 int attempts = 0;
165 while (size > 0 && !error && attempts < kMaxAttempts)
182 ++attempts;
449 int attempts = 0;
451 while (size > 0 && !error && attempts < kMaxAttempts)
468 ++attempts;
480 attempts = 0;
482 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
504 ++attempts;
524 int attempts;
534 attempts = 0;
537 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
560 ++attempts;
574 attempts = 0;
577 while (size > 0 && !error && attempts < kMaxAttempts)
593 ++attempts;