Home
last modified time | relevance | path

Searched refs:prune (Results 1 – 6 of 6) sorted by relevance

/system/core/logd/
DCommandListener.h30 CommandListener(LogBuffer* buf, LogTags* tags, PruneList* prune, LogStatistics* log_statistics);
52 PruneList* prune() const { return parent_->prune_; } \
DCommandListener.cpp43 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()
DChattyLogBuffer.h52 ChattyLogBuffer(LogReaderList* reader_list, LogTags* tags, PruneList* prune,
DChattyLogBuffer.cpp43 ChattyLogBuffer::ChattyLogBuffer(LogReaderList* reader_list, LogTags* tags, PruneList* prune, in ChattyLogBuffer() argument
45 : SimpleLogBuffer(reader_list, tags, stats), prune_(prune) {} in ChattyLogBuffer()
DREADME.property43 This default means to prune the
/system/core/liblog/
DREADME.md124 the reader until the buffer is about to prune at the start time then proceed to dumping content.