Home | History | Annotate | Download | only in src

Lines Matching refs:cil

24 #include <sepol/cil/cil.h>
933 if (!strcasecmp(modinfo->lang_ext, "cil")) {
1002 status = semanage_direct_write_langext(sh, "cil", modinfo);
1216 cil files.\n");
1617 if (extract_cil || strcmp(_modinfo->lang_ext, "cil") == 0) {
1634 if (extract_cil == 1 && strcmp(_modinfo->lang_ext, "cil") && access(input_file, F_OK) != 0) {
2582 if (!strcasecmp(modinfo->lang_ext, "cil")) {
2605 /* if this is an HLL, delete the CIL cache if it exists so it will get recompiled */
2621 ERR(sh, "Error while removing cached CIL file %s: %s", path, strerror(errno));