OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kmsg_device
(Results
1 - 2
of
2
) sorted by null
/system/core/libcutils/
klog.cpp
37
static const char
kmsg_device
[] = "/dev/kmsg";
local
39
int ret = android_get_control_file(
kmsg_device
);
41
return TEMP_FAILURE_RETRY(open(
kmsg_device
, O_WRONLY | O_CLOEXEC));
/system/sepolicy/private/
file_contexts
108
/dev/kmsg u:object_r:
kmsg_device
:s0
Completed in 302 milliseconds