Searched refs:prune (Results 1 – 6 of 6) sorted by relevance
/system/core/logd/ |
D | CommandListener.h | 30 CommandListener(LogBuffer* buf, LogTags* tags, PruneList* prune, LogStatistics* log_statistics); 52 PruneList* prune() const { return parent_->prune_; } \
|
D | CommandListener.cpp | 43 CommandListener::CommandListener(LogBuffer* buf, LogTags* tags, PruneList* prune, in CommandListener() argument 45 : FrameworkListener(getLogSocket()), buf_(buf), tags_(tags), prune_(prune), stats_(stats) { in CommandListener() 220 cli->sendMsg(PackageString(prune()->Format()).c_str()); in runCommand() 239 if (!prune()->Init(str.c_str())) { in runCommand() 299 prune()->Init(nullptr); in runCommand()
|
D | ChattyLogBuffer.h | 52 ChattyLogBuffer(LogReaderList* reader_list, LogTags* tags, PruneList* prune,
|
D | ChattyLogBuffer.cpp | 43 ChattyLogBuffer::ChattyLogBuffer(LogReaderList* reader_list, LogTags* tags, PruneList* prune, in ChattyLogBuffer() argument 45 : SimpleLogBuffer(reader_list, tags, stats), prune_(prune) {} in ChattyLogBuffer()
|
D | README.property | 43 This default means to prune the
|
/system/core/liblog/ |
D | README.md | 124 the reader until the buffer is about to prune at the start time then proceed to dumping content.
|