/external/selinux/libselinux/src/ |
D | selinux_restorecon.c | 159 selinux_log(SELINUX_ERROR, in add_exclude() 189 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in add_exclude() 259 selinux_log(SELINUX_ERROR, in exclude_non_seclabel_mounts() 335 selinux_log(SELINUX_ERROR, in add_xattr_entry() 382 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in add_xattr_entry() 454 selinux_log(SELINUX_ERROR, in filespec_add() 485 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__); in filespec_add() 515 selinux_log(SELINUX_INFO, in filespec_eval() 608 selinux_log(SELINUX_ERROR, in restorecon_sb() 626 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 | callbacks.h | 16 (*selinux_log) (int type, const char *, ...) hidden;
|
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 | label_internal.h | 137 selinux_log(type, fmt);
|
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, "Failed to allocate %zu bytes of data\n", in lookup_all() 1074 selinux_log(SELINUX_ERROR, "SELinux: %s: Out of memory\n", __func__); in get_digests_all_partial_matches() 1184 selinux_log(SELINUX_INFO, in incomp()
|
D | avc_internal.h | 88 selinux_log(type, format);
|
D | label_file.h | 444 selinux_log(SELINUX_ERROR, in process_line()
|
/external/selinux/libselinux/src/android/ |
D | android_platform.c | 76 selinux_log(SELINUX_ERROR, "%s: Error getting file context handle (%s)\n", in selinux_android_file_context() 81 selinux_log(SELINUX_INFO, "SELinux: Loaded file_contexts\n"); in selinux_android_file_context() 298 selinux_log(SELINUX_ERROR, "seapp_contexts: Duplicated entry\n"); in seapp_context_cmp() 300 selinux_log(SELINUX_ERROR, " user=%s\n", s1->user.str); in seapp_context_cmp() 302 selinux_log(SELINUX_ERROR, " seinfo=%s\n", s1->seinfo); in seapp_context_cmp() 304 selinux_log(SELINUX_ERROR, " name=%s\n", s1->name.str); in seapp_context_cmp() 306 selinux_log(SELINUX_ERROR, " path=%s\n", s1->path.str); in seapp_context_cmp() 391 selinux_log(SELINUX_ERROR, "%s: could not open seapp_contexts file: %s", in selinux_android_seapp_context_reload() 415 selinux_log(SELINUX_ERROR, "%s: could not open seapp_contexts file: %s", in selinux_android_seapp_context_reload() 632 …selinux_log(SELINUX_ERROR, "%s: No specific seinfo value specified with name=\"%s\", on line %u: … in selinux_android_seapp_context_reload() [all …]
|
D | android.c | 89 selinux_log(SELINUX_ERROR, "%s: Error getting service context handle (%s)\n", in selinux_android_service_open_context_handle() 93 selinux_log(SELINUX_INFO, "SELinux: Loaded service_contexts from:\n"); in selinux_android_service_open_context_handle() 95 selinux_log(SELINUX_INFO, " %s\n", seopts_service[i].value); in selinux_android_service_open_context_handle() 109 selinux_log(SELINUX_ERROR, "%s: Error getting keystore key context handle (%s)\n", in selinux_android_keystore2_key_open_context_handle() 113 selinux_log(SELINUX_INFO, "SELinux: Loaded keystore2_key_contexts from:\n"); in selinux_android_keystore2_key_open_context_handle() 115 selinux_log(SELINUX_INFO, " %s\n", seopts_service[i].value); in selinux_android_keystore2_key_open_context_handle()
|
D | android_vendor.c | 6 …selinux_log(SELINUX_ERROR, "%s: not implemented for vendor variant of libselinux\n", __FUNCTION__); in selinux_android_restorecon()
|