Home
last modified time | relevance | path

Searched refs:KLOG_SIZE_BUFFER (Results 1 – 4 of 4) sorted by relevance

/aosp12/bionic/libc/include/sys/
H A Dklog.h61 #define KLOG_SIZE_BUFFER 10 macro
/aosp12/system/logging/logd/
H A Dmain.cpp123 int rc = klogctl(KLOG_SIZE_BUFFER, nullptr, 0); in readDmesg()
/aosp12/bootable/recovery/recovery_utils/
H A Dlogging.cpp243 int klog_buf_len = klogctl(KLOG_SIZE_BUFFER, 0, 0); in save_kernel_log()
/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp3729 int size = klogctl(KLOG_SIZE_BUFFER, nullptr, 0); in do_dmesg()