Searched refs:fc_len (Results 1 – 2 of 2) sorted by relevance
249 size_t fc_len; in link_file_contexts() local253 fc_len = base->file_contexts_len; in link_file_contexts()255 fc_len += modules[i]->file_contexts_len; in link_file_contexts()258 if ((s = (char *)realloc(base->file_contexts, fc_len)) == NULL) { in link_file_contexts()
3271 size_t fc_len = sepol_module_package_get_file_contexts_len(mod_pkg); in file_contexts_to_cil() local3273 char *end = fc + fc_len; in file_contexts_to_cil()3282 if (fc_len == 0) { in file_contexts_to_cil()