Home
last modified time | relevance | path

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

/system/core/init/
Dreboot.cpp359 auto shutdown_timeout = 0ms; in DoReboot() local
368 shutdown_timeout = std::chrono::seconds(shutdown_timeout_final); in DoReboot()
370 LOG(INFO) << "Shutdown timeout: " << shutdown_timeout.count() << " ms"; in DoReboot()
432 if (shutdown_timeout > 0ms) { in DoReboot()
442 auto termination_wait_timeout = shutdown_timeout / 2; in DoReboot()
500 UmountStat stat = TryUmountAndFsck(runFsck, shutdown_timeout - t.duration()); in DoReboot()