Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp1455 int retries = 10; in unmountLoopImage() local
1457 while(retries--) { in unmountLoopImage()
1466 if (!retries) { in unmountLoopImage()
Dcryptfs.c1686 int retries = RETRY_MOUNT_ATTEMPTS; local
1697 if (--retries) {
2449 int retries = RETRY_MOUNT_ATTEMPTS; local
2451 if (--retries) {
/system/core/liblog/
DREADME159 library retries on EINTR, -EINTR should never be returned.