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

  /external/selinux/libsepol/cil/src/
cil_flavor.h 87 CIL_AVRULE,
cil_find.c 294 int cil_find_matching_avrule(struct cil_tree_node *node, struct cil_avrule *avrule, struct cil_avrule *target, struct cil_list *matching, int match_self)
364 } else if (node->flavor == CIL_AVRULE || node->flavor == CIL_AVRULEX) {
cil_reset_ast.c 197 static void cil_reset_avrule(struct cil_avrule *rule)
476 case CIL_AVRULE:
cil_verify.c 880 case CIL_AVRULE: {
881 struct cil_avrule *avrule = NULL;
1319 struct cil_avrule *avrulex = node->data;
    [all...]
android.c 542 struct cil_avrule *avrule = (struct cil_avrule *)node->data;
685 case CIL_AVRULE:
cil_binary.c 1950 struct cil_avrule *cil_avrule; local
    [all...]
cil.c 693 case CIL_AVRULE:
1046 case CIL_AVRULE:
1047 switch (((struct cil_avrule *)node->data)->rule_kind) {
1061 switch (((struct cil_avrule *)node->data)->rule_kind) {
    [all...]
cil_policy.c 1157 static void cil_av_rulex_to_policy(FILE *out, struct cil_avrule *rule)
1188 static void cil_av_rule_to_policy(FILE *out, struct cil_avrule *rule)
1325 case CIL_AVRULE:
1328 struct cil_avrule *rule = node->data;
    [all...]
cil_write_ast.c 743 static int cil_write_avrule_x(struct cil_avrule *avrule, FILE *cil_out) {
789 static int cil_write_avrule_orig(struct cil_avrule *avrule, FILE *cil_out) {
828 struct cil_avrule *avrule = (struct cil_avrule *)node->data;
    [all...]
cil_copy_ast.c 817 struct cil_avrule *orig = data;
818 struct cil_avrule *new = NULL;
    [all...]
cil_tree.c 1162 case CIL_AVRULE: {
1163 struct cil_avrule *rule = node->data;
    [all...]
cil_resolve_ast.c 311 struct cil_avrule *rule = current->data;
    [all...]
cil_post.c     [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 155 milliseconds