Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/src/
H A Dmodule.c249 size_t fc_len; in link_file_contexts() local
253 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()
H A Dmodule_to_cil.c3282 size_t fc_len = sepol_module_package_get_file_contexts_len(mod_pkg); in file_contexts_to_cil() local
3284 char *end = fc + fc_len; in file_contexts_to_cil()
3293 if (fc_len == 0) { in file_contexts_to_cil()

Completed in 7 milliseconds