Searched refs:prune (Results 1 – 5 of 5) sorted by relevance
/system/core/libnativebridge/ |
D | libnativebridge.map.txt | 18 # together with libnativebridge in the APEX. Once this happens, prune this list.
|
/system/core/logd/ |
D | LogBuffer.h | 190 bool prune(log_id_t id, unsigned long pruneRows, uid_t uid = AID_ROOT);
|
D | LogBuffer.cpp | 464 prune(id, pruneRows); in maybePrune() 699 bool LogBuffer::prune(log_id_t id, unsigned long pruneRows, uid_t caller_uid) { in prune() function in LogBuffer 1041 busy = prune(id, 1, uid); in clear() 1062 busy = prune(id, ULONG_MAX, uid); in clear()
|
D | README.property | 40 This default means to prune the
|
/system/core/liblog/ |
D | README.md | 132 the reader until the buffer is about to prune at the start time then proceed to dumping content.
|