Searched defs:attempts (Results 1 - 1 of 1) sorted by relevance

/system/extras/tests/sdcard/
H A Dsysutil.cpp97 int attempts = 0; local
101 while (size > 0 && !error && !eof && attempts < kMaxAttempts)
124 ++attempts;
163 int attempts = 0; local
165 while (size > 0 && !error && attempts < kMaxAttempts)
182 ++attempts;
449 int attempts = 0; local
451 while (size > 0 && !error && attempts < kMaxAttempts)
468 ++attempts;
480 attempts
524 int attempts; local
[all...]

Completed in 42 milliseconds