Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp115 enum UmountStat { enum
217 static void LogShutdownTime(UmountStat stat, Timer* t) { in LogShutdownTime()
280 static UmountStat UmountPartitions(std::chrono::milliseconds timeout) { in UmountPartitions()
416 static UmountStat TryUmountAndFsck(unsigned int cmd, bool run_fsck, in TryUmountAndFsck()
426 UmountStat stat = UmountPartitions(timeout - t.duration()); in TryUmountAndFsck()
432 UmountStat st = UmountPartitions(0ms); in TryUmountAndFsck()
718 UmountStat stat = in DoReboot()