Home
last modified time | relevance | path

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

/system/core/logd/
DLogBuffer.cpp490 bool clearAll = pruneRows == ULONG_MAX; in prune() local
545 while (!clearAll && (pruneRows > 0)) { in prune()
757 bool hasWhitelist = (id != LOG_ID_SECURITY) && mPrune.nice() && !clearAll; in prune()