OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mprune
(Results
1 - 2
of
2
) sorted by null
/system/core/logd/
LogBuffer.h
84
PruneList
mPrune
;
129
int initPrune(const char *cp) { return
mPrune
.init(cp); }
130
std::string formatPrune() { return
mPrune
.format(); }
LogBuffer.cpp
544
bool hasBlacklist = (id != LOG_ID_SECURITY) &&
mPrune
.naughty();
552
if (worstUidEnabledForLogid(id) &&
mPrune
.worstUidEnabled()) {
574
if ((worst == AID_SYSTEM) &&
mPrune
.worstPidOfSystemEnabled()) {
661
if (hasBlacklist &&
mPrune
.naughty(element)) {
751
if (!kick || !
mPrune
.worstUidEnabled()) {
757
bool hasWhitelist = (id != LOG_ID_SECURITY) &&
mPrune
.nice() && !clearAll;
789
if (hasWhitelist && !element->getDropped() &&
mPrune
.nice(element)) {
[
all
...]
Completed in 375 milliseconds