Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp114 enum UmountStat { enum
216 static void LogShutdownTime(UmountStat stat, Timer* t) { in LogShutdownTime()
279 static UmountStat UmountPartitions(std::chrono::milliseconds timeout) { in UmountPartitions()
415 static UmountStat TryUmountAndFsck(unsigned int cmd, bool run_fsck, in TryUmountAndFsck()
425 UmountStat stat = UmountPartitions(timeout - t.duration()); in TryUmountAndFsck()
431 UmountStat st = UmountPartitions(0ms); in TryUmountAndFsck()
737 UmountStat stat = in DoReboot()