Home
last modified time | relevance | path

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

/aosp12/bionic/libc/include/sys/
H A Dklog.h47 #define KLOG_READ_ALL 3 macro
/aosp12/system/logging/logd/
H A Dmain.cpp132 rc = klogctl(KLOG_READ_ALL, buf.get(), len); in readDmesg()
/aosp12/bootable/recovery/recovery_utils/
H A Dlogging.cpp250 int n = klogctl(KLOG_READ_ALL, &buffer[0], klog_buf_len); in save_kernel_log()
/aosp12/frameworks/native/cmds/dumpstate/
H A Ddumpstate.cpp3739 int retval = klogctl(KLOG_READ_ALL, buf, size); in do_dmesg()