Home
last modified time | relevance | path

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

/system/vold/
DVolumeManager.cpp746 #define UNMOUNT_RETRIES 5 macro
805 for (i = 1; i <= UNMOUNT_RETRIES; i++) { in unmountLoopImage()
821 if (i > (UNMOUNT_RETRIES - 2)) in unmountLoopImage()
823 else if (i > (UNMOUNT_RETRIES - 3)) in unmountLoopImage()