Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp1358 #define UNMOUNT_RETRIES 5 macro
1417 for (i = 1; i <= UNMOUNT_RETRIES; i++) { in unmountLoopImage()
1433 if (i > (UNMOUNT_RETRIES - 2)) in unmountLoopImage()
1435 else if (i > (UNMOUNT_RETRIES - 3)) in unmountLoopImage()
1464 for (i=1; i <= UNMOUNT_RETRIES; i++) { in unmountLoopImage()