Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/src/
H A Dcil_log.c55 char buff[MAX_LOG_SIZE]; in cil_vlog()
56 int n = vsnprintf(buff, MAX_LOG_SIZE, msg, args); in cil_vlog()
59 if (n >= MAX_LOG_SIZE) { in cil_vlog()
H A Dcil_log.h36 #define MAX_LOG_SIZE 512 macro

Completed in 1 milliseconds