Home
last modified time | relevance | path

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

/external/selinux/secilc/
Dsecilc.c105 size_t fc_size; in main() local
356 rc = cil_filecons_to_string(db, &fc_buf, &fc_size); in main()
374 if (fwrite(fc_buf, sizeof(char), fc_size, file_contexts) != fc_size) { in main()