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

/external/selinux/libsepol/src/
H A Dmodule.c248 size_t fc_len; local
252 fc_len = base->file_contexts_len;
254 fc_len += modules[i]->file_contexts_len;
257 if ((s = (char *)realloc(base->file_contexts, fc_len)) == NULL) {
H A Dmodule_to_cil.c3078 size_t fc_len = sepol_module_package_get_file_contexts_len(mod_pkg); local
3080 char *end = fc + fc_len;
3088 if (fc_len == 0) {

Completed in 97 milliseconds