Home | History | Annotate | Download | only in src

Lines Matching defs:cil_genfscon

3159 		struct cil_genfscon *cil_genfscon = genfscons->array[i];
3163 if (genfs_tail && strcmp(genfs_tail->fstype, cil_genfscon->fs_str) == 0) {
3168 new_genfs->fstype = cil_strdup(cil_genfscon->fs_str);
3181 new_ocon->u.name = cil_strdup(cil_genfscon->path_str);
3183 rc = __cil_context_to_sepol_context(pdb, cil_genfscon->context, &new_ocon->context[0]);