Home
last modified time | relevance | path

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

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