Home
last modified time | relevance | path

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

/art/dexopt_chroot_setup/
Ddexopt_chroot_setup.cc87 constexpr std::chrono::milliseconds kSnapshotCtlTimeout = std::chrono::seconds(60); variable
427 if (!WaitForProperty("sys.snapshotctl.map", "finished", kSnapshotCtlTimeout)) { in SetUpChroot()
562 if (!WaitForProperty("sys.snapshotctl.unmap", "finished", kSnapshotCtlTimeout)) { in TearDownChroot()