Home
last modified time | relevance | path

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

/aosp12/system/logging/logd/
H A DChattyLogBuffer.cpp435 LogBufferElementCollection::iterator lastt; in Prune() local
436 lastt = logs().end(); in Prune()
437 --lastt; in Prune()
491 if (element.realtime() < (lastt->realtime() - too_old) || in Prune()
492 element.realtime() > lastt->realtime()) { in Prune()