Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp295 bool unmount_done = true; in UmountPartitions() local
298 if (!entry.Umount(false)) unmount_done = false; in UmountPartitions()
300 if (unmount_done) { in UmountPartitions()
305 if (!entry.Umount(timeout == 0ms)) unmount_done = false; in UmountPartitions()
307 if (unmount_done) { in UmountPartitions()