Searched refs:fc_len (Results 1 – 2 of 2) sorted by relevance
251 size_t fc_len; in link_file_contexts() local255 fc_len = base->file_contexts_len; in link_file_contexts()257 fc_len += modules[i]->file_contexts_len; in link_file_contexts()260 if ((s = (char *)realloc(base->file_contexts, fc_len)) == NULL) { in link_file_contexts()
3235 size_t fc_len = sepol_module_package_get_file_contexts_len(mod_pkg); in file_contexts_to_cil() local3237 char *end = fc + fc_len; in file_contexts_to_cil()3246 if (fc_len == 0) { in file_contexts_to_cil()