Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_kmsg.cpp40 const char* PROC_KMSG = "/proc/kmsg"; variable
74 if (access(PROC_KMSG, R_OK) != 0) { in LinuxReadAllKmsg()
80 int ret = WaitingToDo(OPEN_KMSG_TIME, PROC_KMSG, [this] (const string &path) { in LinuxReadAllKmsg()