HomeSort by relevance Sort by last modified time
    Searched refs:CIL_CONSTRAIN (Results 1 - 11 of 11) sorted by null

  /external/selinux/libsepol/cil/src/
cil_flavor.h 90 CIL_CONSTRAIN,
cil_reset_ast.c 347 static void cil_reset_constrain(struct cil_constrain *con)
494 case CIL_CONSTRAIN:
cil_policy.c 533 void cil_constrain_to_policy(FILE **file_arr, __attribute__((unused)) uint32_t file_index, struct cil_constrain *cons, enum cil_flavor flavor)
537 if (flavor == CIL_CONSTRAIN) {
1062 case CIL_CONSTRAIN:
1063 cil_constrain_to_policy(file_arr, CONSTRAINS, (struct cil_constrain*)current->data, flavor);
1066 cil_constrain_to_policy(file_arr, CONSTRAINS, (struct cil_constrain*)current->data, flavor);
    [all...]
cil.c 667 case CIL_CONSTRAIN:
1014 case CIL_CONSTRAIN:
    [all...]
cil_resolve_ast.c     [all...]
cil_copy_ast.c 1300 struct cil_constrain *orig = data;
1301 struct cil_constrain *new = NULL;
    [all...]
cil_post.c     [all...]
cil_tree.c 50 void cil_tree_print_constrain(struct cil_constrain *cons);
574 void cil_tree_print_constrain(struct cil_constrain *cons)
1231 case CIL_CONSTRAIN: {
1232 struct cil_constrain *cons = node->data;
1238 struct cil_constrain *cons = node->data;
    [all...]
cil_binary.c     [all...]
cil_build_ast.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_build_ast.c     [all...]

Completed in 51 milliseconds