HomeSort by relevance Sort by last modified time
    Searched refs:mNaughty (Results 1 - 2 of 2) sorted by null

  /system/core/logd/
LogWhiteBlackList.cpp 51 mNaughty.clear();
61 for (it = mNaughty.begin(); it != mNaughty.end();) {
63 it = mNaughty.erase(it);
74 for (it = mNaughty.begin(); it != mNaughty.end();) {
76 it = mNaughty.erase(it);
108 list = &mNaughty;
204 for (it = mNaughty.begin(); it != mNaughty.end(); ++it)
    [all...]
LogWhiteBlackList.h 53 PruneCollection mNaughty;

Completed in 76 milliseconds