Searched refs:cil_vlog (Results 1 – 5 of 5) sorted by relevance
/external/selinux/libsepol/cil/src/ |
D | cil_log.c | 52 __attribute__ ((format (printf, 2, 0))) void cil_vlog(enum cil_log_level lvl, const char *msg, va_l… in cil_vlog() function 65 cil_vlog(lvl, msg, args); in cil_log()
|
D | cil_log.h | 38 __attribute__ ((format(printf, 2, 0))) void cil_vlog(enum cil_log_level lvl, const char *msg, va_li…
|
D | cil_list.c | 42 cil_vlog(CIL_ERR, msg, ap); in cil_list_error()
|
D | cil_symtab.c | 49 cil_vlog(CIL_ERR, msg, ap); in cil_symtab_error()
|
D | cil_tree.c | 57 cil_vlog(CIL_ERR, msg, ap); in cil_tree_error() 121 cil_vlog(lvl, msg, ap); in cil_tree_log()
|