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

  /external/selinux/libsepol/cil/src/
cil_log.c 38 static enum cil_log_level cil_log_level = CIL_ERR; variable in typeref:enum:cil_log_level
52 __attribute__ ((format (printf, 2, 0))) void cil_vlog(enum cil_log_level lvl, const char *msg, va_list args)
54 if (cil_log_level >= lvl) {
57 (*cil_log_handler)(cil_log_level, buff);
61 __attribute__ ((format (printf, 2, 3))) void cil_log(enum cil_log_level lvl, const char *msg, ...)
69 void cil_set_log_level(enum cil_log_level lvl)
71 cil_log_level = lvl;
cil_log.h 37 __attribute__ ((format(printf, 2, 0))) void cil_vlog(enum cil_log_level lvl, const char *msg, va_list args);
38 __attribute__ ((format(printf, 2, 3))) void cil_log(enum cil_log_level lvl, const char *msg, ...);
cil_resolve_ast.c     [all...]
  /external/selinux/libsepol/cil/include/cil/
cil.h 56 enum cil_log_level { enum
61 extern void cil_set_log_level(enum cil_log_level lvl);
67 extern void cil_log(enum cil_log_level lvl, const char *msg, ...);
  /external/selinux/secilc/
secilc.c 97 enum cil_log_level log_level = CIL_ERR;

Completed in 1363 milliseconds