Home
last modified time | relevance | path

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

/system/update_engine/
Domaha_response_handler_action.cc250 auto max_kernel_rollforward = numeric_limits<uint32_t>::max(); in PerformAction() local
261 max_kernel_rollforward = static_cast<uint32_t>(version.kernel_key) << 16 | in PerformAction()
268 max_kernel_rollforward == numeric_limits<uint32_t>::max()) { in PerformAction()
271 << " max_kernel_rollforward=" << max_kernel_rollforward in PerformAction()
277 << " max_kernel_rollforward=" << max_kernel_rollforward in PerformAction()
282 max_kernel_rollforward); in PerformAction()
Domaha_request_action.cc1658 int max_kernel_rollforward; in SetMaxKernelKeyVersionForRollback() local
1673 max_kernel_rollforward = min_kernel_version; in SetMaxKernelKeyVersionForRollback()
1681 max_kernel_rollforward = kRollforwardInfinity; in SetMaxKernelKeyVersionForRollback()
1686 max_kernel_rollforward); in SetMaxKernelKeyVersionForRollback()
1692 min_kernel_version, max_kernel_rollforward, max_rollforward_set); in SetMaxKernelKeyVersionForRollback()