Home
last modified time | relevance | path

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

/external/libsepol/src/
Dcontext_record.c291 const int total_sz = user_sz + role_sz + type_sz + in hidden_def() local
294 char *str = (char *)malloc(total_sz + 1); in hidden_def()
299 rc = snprintf(str, total_sz + 1, "%s:%s:%s:%s", in hidden_def()
301 if (rc < 0 || (rc >= total_sz + 1)) { in hidden_def()
306 rc = snprintf(str, total_sz + 1, "%s:%s:%s", in hidden_def()
308 if (rc < 0 || (rc >= total_sz + 1)) { in hidden_def()