/external/selinux/libselinux/src/ |
D | selinux_restorecon.c | 164 selinux_log(SELINUX_ERROR, in add_exclude() 194 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in add_exclude() 264 selinux_log(SELINUX_ERROR, in exclude_non_seclabel_mounts() 341 selinux_log(SELINUX_ERROR, in add_xattr_entry() 384 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in add_xattr_entry() 456 selinux_log(SELINUX_ERROR, in filespec_add() 487 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in filespec_add() 517 selinux_log(SELINUX_INFO, in filespec_eval() 610 selinux_log(SELINUX_ERROR, in restorecon_sb() 628 selinux_log(SELINUX_INFO, in restorecon_sb() [all …]
|
D | callbacks.c | 59 (*selinux_log)(int, const char *, ...) = variable 84 selinux_log = cb.func_log; in selinux_set_callback() 109 cb.func_log = selinux_log; in selinux_get_callback()
|
D | label_backends_android.c | 67 selinux_log in nodups_specs() 74 selinux_log in nodups_specs() 99 selinux_log(SELINUX_ERROR, in process_line() 110 selinux_log(SELINUX_ERROR, in process_line() 128 selinux_log(SELINUX_ERROR, in process_line() 364 selinux_log(SELINUX_WARNING, "'stats' functionality not implemented.\n"); in stats()
|
D | mapping.c | 72 selinux_log(SELINUX_INFO, in selinux_set_mapping() 92 selinux_log(SELINUX_INFO, in selinux_set_mapping() 105 selinux_log(SELINUX_INFO, in selinux_set_mapping()
|
D | label_x.c | 51 selinux_log(SELINUX_WARNING, in process_line() 78 selinux_log(SELINUX_WARNING, in process_line() 231 selinux_log(SELINUX_INFO, "%u entries, %u matches made\n", in stats()
|
D | label_db.c | 112 selinux_log(SELINUX_WARNING, in process_line() 148 selinux_log(SELINUX_WARNING, in process_line() 229 selinux_log(SELINUX_INFO, "%u entries, %u matches made\n", in db_stats()
|
D | label_media.c | 49 selinux_log(SELINUX_WARNING, in process_line() 205 selinux_log(SELINUX_INFO, "%u entries, %u matches made\n", in stats()
|
D | callbacks.h | 16 (*selinux_log) (int type, const char *, ...) hidden;
|
D | label_internal.h | 132 selinux_log(type, fmt);
|
D | avc_internal.h | 88 selinux_log(type, format);
|
D | label_file.c | 333 selinux_log(SELINUX_ERROR, in load_mmap() 798 selinux_log(SELINUX_ERROR, "No path given to file labeling backend\n"); in init() 921 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in lookup_all() 1130 selinux_log(SELINUX_INFO, in incomp()
|
D | label_file.h | 440 selinux_log(SELINUX_ERROR, in process_line()
|
/external/selinux/libselinux/src/android/ |
D | android_platform.c | 90 selinux_log(SELINUX_ERROR, "SELinux: Could not open %s: %s\n", in compute_file_contexts_hash() 96 selinux_log(SELINUX_ERROR, "SELinux: Could not stat %s: %s\n", in compute_file_contexts_hash() 102 selinux_log(SELINUX_WARNING, "SELinux: Skipping %s: empty file\n", in compute_file_contexts_hash() 109 selinux_log(SELINUX_ERROR, "SELinux: Could not map %s: %s\n", in compute_file_contexts_hash() 116 selinux_log(SELINUX_ERROR, "SELinux: Count not re-alloc for %s: %s\n", in compute_file_contexts_hash() 157 selinux_log(SELINUX_ERROR, "%s: Error getting file context handle (%s)\n", in selinux_android_file_context() 166 selinux_log(SELINUX_INFO, "SELinux: Loaded file_contexts\n"); in selinux_android_file_context() 236 selinux_log(SELINUX_ERROR, "%s: Error getting property context handle (%s)\n", in selinux_android_prop_context_handle() 240 selinux_log(SELINUX_INFO, "SELinux: Loaded property_contexts from %s & %s.\n", in selinux_android_prop_context_handle() 429 selinux_log(SELINUX_ERROR, "seapp_contexts: Duplicated entry\n"); in seapp_context_cmp() [all …]
|
D | android_vendor.c | 6 …selinux_log(SELINUX_ERROR, "%s: not implemented for vendor variant of libselinux\n", __FUNCTION__); in selinux_android_restorecon() 12 …selinux_log(SELINUX_ERROR, "%s: not implemented for vendor variant of libselinux\n", __FUNCTION__); in selinux_android_prop_context_handle()
|
D | android.c | 63 selinux_log(SELINUX_ERROR, "%s: Error getting service context handle (%s)\n", in selinux_android_service_open_context_handle() 67 selinux_log(SELINUX_INFO, "SELinux: Loaded service_contexts from:\n"); in selinux_android_service_open_context_handle() 69 selinux_log(SELINUX_INFO, " %s\n", seopts_service[i].value); in selinux_android_service_open_context_handle()
|