Home
last modified time | relevance | path

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

/aosp12/system/logging/logd/
H A DChattyLogBuffer.cpp334 bool clearAll = pruneRows == ULONG_MAX; in Prune()
368 if (--pruneRows == 0) { in Prune()
377 while (!clearAll && (pruneRows > 0)) { in Prune()
412 bool gc = pruneRows <= 1; in Prune()
476 pruneRows--; in Prune()
477 if (pruneRows == 0) { in Prune()
523 pruneRows--; in Prune()
524 if (pruneRows == 0) { in Prune()
592 pruneRows--; in Prune()
612 pruneRows--; in Prune()
[all …]
H A DChattyLogBuffer.h56 bool Prune(log_id_t id, unsigned long pruneRows, uid_t uid) REQUIRES(logd_lock) override;