Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp70 enum UmountStat { enum
165 static void LogShutdownTime(UmountStat stat, Timer* t) { in LogShutdownTime()
214 static UmountStat UmountPartitions(std::chrono::milliseconds timeout) { in UmountPartitions()
262 static UmountStat TryUmountAndFsck(bool runFsck, std::chrono::milliseconds timeout) { in TryUmountAndFsck()
271 UmountStat stat = UmountPartitions(timeout - t.duration()); in TryUmountAndFsck()
277 UmountStat st = UmountPartitions(0ms); in TryUmountAndFsck()
500 UmountStat stat = TryUmountAndFsck(runFsck, shutdown_timeout - t.duration()); in DoReboot()