Home
last modified time | relevance | path

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

/system/extras/tests/sdcard/
Dsysutil.cpp44 const int kMaxAttempts = 8; variable
101 while (size > 0 && !error && !eof && attempts < kMaxAttempts) in readStringFromFile()
165 while (size > 0 && !error && attempts < kMaxAttempts) in writeStringToFile()
451 while (size > 0 && !error && attempts < kMaxAttempts) in writePidAndWaitForReply()
482 while (size > 0 && !error && !eof && attempts < kMaxAttempts) in writePidAndWaitForReply()
537 while (size > 0 && !error && !eof && attempts < kMaxAttempts) in waitForChildrenAndSignal()
577 while (size > 0 && !error && attempts < kMaxAttempts) in waitForChildrenAndSignal()