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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 85 CIL_AVRULE,
cil_reset_ast.c 171 static void cil_reset_avrule(struct cil_avrule *rule)
431 case CIL_AVRULE:
cil_verify.c 871 case CIL_AVRULE: {
872 struct cil_avrule *avrule = NULL;
1333 case CIL_AVRULE:
    [all...]
cil_policy.c 575 int cil_avrule_to_policy(FILE **file_arr, uint32_t file_index, struct cil_avrule *rule)
842 case CIL_AVRULE:
843 rc = cil_avrule_to_policy(file_arr, *file_index, (struct cil_avrule*)node->data);
1005 case CIL_AVRULE: {
1006 struct cil_avrule *avrule = (struct cil_avrule*)current->data;
    [all...]
cil.c 652 case CIL_AVRULE:
982 case CIL_AVRULE:
983 switch (((struct cil_avrule *)node->data)->rule_kind) {
    [all...]
cil_binary.c 1566 struct cil_avrule *cil_avrule; local
    [all...]
cil_copy_ast.c 748 struct cil_avrule *orig = data;
749 struct cil_avrule *new = NULL;
    [all...]
cil_post.c     [all...]
cil_tree.c 1047 case CIL_AVRULE: {
1048 struct cil_avrule *rule = node->data;
    [all...]
cil_resolve_ast.c 279 struct cil_avrule *rule = current->data;
    [all...]
cil_build_ast.c     [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_build_ast.c 72 struct cil_avrule *test_avrule;
103 struct cil_avrule *test_avrule;
134 struct cil_avrule *test_avrule;
    [all...]

Completed in 256 milliseconds