OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:klog_set_level
(Results
1 - 9
of
9
) sorted by null
/system/core/fastbootd/
fastbootd.c
36
klog_set_level
(6);
/system/core/include/cutils/
klog.h
25
void
klog_set_level
(int level);
/system/core/libcutils/
klog.c
31
void
klog_set_level
(int level) {
function
/system/core/logwrapper/
logwrapper.c
68
klog_set_level
(6);
/system/core/fs_mgr/
fs_mgr_main.c
89
klog_set_level
(6);
/system/vold/
main.cpp
57
klog_set_level
(6);
/system/core/healthd/
healthd.cpp
263
klog_set_level
(KLOG_LEVEL);
/system/core/init/
builtins.c
491
klog_set_level
(6); /* So we can see what fs_mgr_mount_all() does */
838
klog_set_level
(atoi(args[1]));
/system/core/charger/
charger.c
962
klog_set_level
(CHARGER_KLOG_LEVEL);
Completed in 545 milliseconds