Home | History | Annotate | Download | only in src

Lines Matching refs:cil

24 #include <sepol/cil/cil.h>
919 if (!strcasecmp(modinfos[i].lang_ext, "cil")) {
995 status = semanage_direct_write_langext(sh, "cil", &modinfos[i]);
1161 ERR(sh, "Failed to compile hll files into cil files.\n");
2415 if (!strcasecmp(modinfo->lang_ext, "cil")) {
2438 /* if this is an HLL, delete the CIL cache if it exists so it will get recompiled */
2454 ERR(sh, "Error while removing cached CIL file %s: %s", path, strerror(errno));