Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp116 enum UmountStat { enum
218 static void LogShutdownTime(UmountStat stat, Timer* t) { in LogShutdownTime()
281 static UmountStat UmountPartitions(std::chrono::milliseconds timeout) { in UmountPartitions()
417 static UmountStat TryUmountAndFsck(unsigned int cmd, bool run_fsck, in TryUmountAndFsck()
432 UmountStat stat = UmountPartitions(timeout - t.duration()); in TryUmountAndFsck()
453 UmountStat st = UmountPartitions(0ms); in TryUmountAndFsck()
771 UmountStat stat = in DoReboot()