Home | History | Annotate | Download | only in logd

Lines Matching defs:whitelist

478 // (again, remember for the specified log buffer id) but does some whitelist
479 // preservation. Thus whitelist is a Hail Mary low priority, blacklists and
485 // The third thread is optional, and only gets hit if there was a whitelist
766 bool whitelist = false;
784 if (whitelist) {
801 whitelist = true;
810 // Do not save the whitelist if we are reader range limited
811 if (whitelist && (pruneRows > 0)) {