HomeSort by relevance Sort by last modified time
    Searched refs:selinux_log (Results 1 - 12 of 12) sorted by null

  /external/selinux/libselinux/src/
callbacks.h 16 (*selinux_log) (int type, const char *, ...) hidden;
callbacks.c 59 (*selinux_log)(int, const char *, ...) = variable
84 selinux_log = cb.func_log;
109 cb.func_log = selinux_log;
selinux_restorecon.c 163 selinux_log(SELINUX_ERROR,
193 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__);
261 selinux_log(SELINUX_ERROR,
338 selinux_log(SELINUX_ERROR,
374 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__);
446 selinux_log(SELINUX_ERROR,
477 selinux_log(SELINUX_ERROR, "%s: Out of memory\n", __func__);
507 selinux_log(SELINUX_INFO,
600 selinux_log(SELINUX_ERROR,
618 selinux_log(SELINUX_INFO
    [all...]
label_backends_android.c 65 selinux_log
72 selinux_log
97 selinux_log(SELINUX_ERROR,
108 selinux_log(SELINUX_ERROR,
126 selinux_log(SELINUX_ERROR,
362 selinux_log(SELINUX_WARNING, "'stats' functionality not implemented.\n");
label_db.c 112 selinux_log(SELINUX_WARNING,
148 selinux_log(SELINUX_WARNING,
229 selinux_log(SELINUX_INFO, "%u entries, %u matches made\n",
label_x.c 51 selinux_log(SELINUX_WARNING,
78 selinux_log(SELINUX_WARNING,
231 selinux_log(SELINUX_INFO, "%u entries, %u matches made\n",
label_internal.h 142 selinux_log(type, fmt);
label_media.c 49 selinux_log(SELINUX_WARNING,
205 selinux_log(SELINUX_INFO, "%u entries, %u matches made\n",
avc_internal.h 88 selinux_log(type, format);
label_file.h 389 selinux_log(SELINUX_ERROR,
label_file.c 332 selinux_log(SELINUX_ERROR,
641 selinux_log(SELINUX_ERROR, "No path given to file labeling backend\n");
896 selinux_log(SELINUX_INFO,
  /external/selinux/libselinux/src/android/
android.c 286 selinux_log(SELINUX_ERROR, "seapp_contexts: Duplicated entry\n");
288 selinux_log(SELINUX_ERROR, " user=%s\n", s1->user.str);
290 selinux_log(SELINUX_ERROR, " seinfo=%s\n", s1->seinfo);
292 selinux_log(SELINUX_ERROR, " name=%s\n", s1->name.str);
294 selinux_log(SELINUX_ERROR, " path=%s\n", s1->path.str);
358 selinux_log(SELINUX_ERROR, "%s: could not open seapp_contexts file: %s",
382 selinux_log(SELINUX_ERROR, "%s: could not open seapp_contexts file: %s",
596 selinux_log(SELINUX_ERROR, "%s: No specific seinfo value specified with name=\"%s\", on line %u: insecure configuration!\n",
621 selinux_log(SELINUX_INFO, "%s: isSystemServer=%s isEphemeralApp=%s isV2App=%s isOwner=%s user=%s seinfo=%s "
647 selinux_log(SELINUX_ERROR, "%s: Invalid entry on line %u\n"
    [all...]

Completed in 141 milliseconds