Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp294 bool unmount_done = true; in UmountPartitions() local
297 if (!entry.Umount(false)) unmount_done = false; in UmountPartitions()
299 if (unmount_done) { in UmountPartitions()
304 if (!entry.Umount(timeout == 0ms)) unmount_done = false; in UmountPartitions()
306 if (unmount_done) { in UmountPartitions()