Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp229 bool unmount_done = true; in UmountPartitions() local
232 if (!entry.Umount(false)) unmount_done = false; in UmountPartitions()
234 if (unmount_done) { in UmountPartitions()
239 if (!entry.Umount(timeout == 0ms)) unmount_done = false; in UmountPartitions()
241 if (unmount_done) { in UmountPartitions()