Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.h45 static const uint32_t EPOCH_PLUS_2_YEARS = 2 * 24 * 60 * 60 * 1461 / 4; in isMonotonic() local
48 if (mono.tv_sec >= EPOCH_PLUS_2_YEARS) { in isMonotonic()
55 if (now.tv_sec >= EPOCH_PLUS_2_YEARS) { in isMonotonic()