OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:PruneList
(Results
1 - 2
of
2
) sorted by null
/system/core/logd/
LogWhiteBlackList.cpp
53
PruneList
::
PruneList
() {
57
PruneList
::~
PruneList
() {
67
int
PruneList
::init(const char *str) {
218
std::string
PruneList
::format() {
253
bool
PruneList
::naughty(LogBufferElement *element) {
263
bool
PruneList
::nice(LogBufferElement *element) {
LogWhiteBlackList.h
30
friend class
PruneList
;
52
class
PruneList
{
59
PruneList
();
60
~
PruneList
();
Completed in 270 milliseconds