Home
last modified time | relevance | path

Searched defs:prune (Results 1 – 3 of 3) sorted by relevance

/system/security/keystore2/src/
Doperation.rs261 fn prune(&self, last_usage: Instant) -> Result<(), Error> { in prune() method
635 pub fn prune(&self, caller: u32, forced: bool) -> Result<(), Error> { in prune() method
/system/logging/logd/
DChattyLogBuffer.cpp43 ChattyLogBuffer::ChattyLogBuffer(LogReaderList* reader_list, LogTags* tags, PruneList* prune, in ChattyLogBuffer()
DCommandListener.cpp44 CommandListener::CommandListener(LogBuffer* buf, LogTags* tags, PruneList* prune, in CommandListener()