Home
last modified time | relevance | path

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

/external/selinux/secilc/
Dsecilc.c95 char *fc_buf = NULL; in main() local
298 rc = cil_filecons_to_string(db, &fc_buf, &fc_size); in main()
315 if (fwrite(fc_buf, sizeof(char), fc_size, file_contexts) != fc_size) { in main()
338 free(fc_buf); in main()