Home
last modified time | relevance | path

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

/system/core/logd/
DPruneList.cpp51 low_priority_prune_.clear(); in Init()
126 list = &low_priority_prune_; in Init()
176 for (const auto& rule : low_priority_prune_) { in Format()
195 for (const auto& rule : low_priority_prune_) { in IsLowPriority()
DPruneList.h55 bool HasLowPriorityPruneRules() const { return !low_priority_prune_.empty(); } in HasLowPriorityPruneRules()
62 std::list<Prune> low_priority_prune_; variable