Home
last modified time | relevance | path

Searched refs:MAX_LOG_SIZE (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/cil/src/
Dcil_log.c55 char buff[MAX_LOG_SIZE]; in cil_vlog()
56 vsnprintf(buff, MAX_LOG_SIZE, msg, args); in cil_vlog()
Dcil_log.h36 #define MAX_LOG_SIZE 512 macro