HomeSort by relevance Sort by last modified time
    Searched defs:shutdownTimeout (Results 1 - 2 of 2) sorted by null

  /system/core/init/
reboot.cpp 322 unsigned int shutdownTimeout = shutdownTimeoutDefault;
324 shutdownTimeout = 0;
326 shutdownTimeout =
329 LOG(INFO) << "Shutdown timeout: " << shutdownTimeout;
354 if (shutdownTimeout > 0) {
363 // Up to half as long as shutdownTimeout or 3 seconds, whichever is lower.
364 unsigned int terminationWaitTimeout = std::min<unsigned int>((shutdownTimeout + 1) / 2, 3);
413 UmountStat stat = TryUmountAndFsck(runFsck, shutdownTimeout * 1000 - t.duration_ms());
  /prebuilts/tools/common/m2/repository/org/apache/logging/log4j/log4j-core/2.5/
log4j-core-2.5.jar 

Completed in 47 milliseconds