Home
last modified time | relevance | path

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

/system/core/init/
Dservice.cpp358 constexpr const char native_watchdog_reboot_time[] = "persist.init.svc.last_fatal_reboot_epoch"; in Reap() local
377 if (epoch_time - GetIntProperty(native_watchdog_reboot_time, 0) > in Reap()
379 SetProperty(native_watchdog_reboot_time, std::to_string(epoch_time)); in Reap()