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

  /external/selinux/libsepol/cil/src/
cil_binary.h 250 * @param[in] datum The cil_avrule datum.
254 int cil_avrule_to_policydb(policydb_t *pdb, const struct cil_db *db, struct cil_avrule *cil_avrule);
cil_binary.c 1950 struct cil_avrule *cil_avrule; local
    [all...]
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_internal.h 599 struct cil_avrule { struct
1022 void cil_avrule_init(struct cil_avrule **avrule);
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_reset_ast.c 197 static void cil_reset_avrule(struct cil_avrule *rule)
476 case CIL_AVRULE:
android.c 542 struct cil_avrule *avrule = (struct cil_avrule *)node->data;
685 case CIL_AVRULE:
cil_build_ast.h 113 void cil_destroy_avrule(struct cil_avrule *rule);
cil_verify.c 880 case CIL_AVRULE: {
881 struct cil_avrule *avrule = NULL;
1319 struct cil_avrule *avrulex = node->data;
    [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_copy_ast.c 817 struct cil_avrule *orig = data;
818 struct cil_avrule *new = NULL;
    [all...]
cil_post.c     [all...]
cil_tree.c 1162 case CIL_AVRULE: {
1163 struct cil_avrule *rule = node->data;
    [all...]
cil_build_ast.c     [all...]
cil_resolve_ast.c 311 struct cil_avrule *rule = current->data;
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_list.c 37 struct cil_avrule *test_avrule = malloc(sizeof(*test_avrule));
test_cil_copy_ast.c 604 struct cil_avrule *test_copy;
612 CuAssertIntEquals(tc, ((struct cil_avrule *)test_ast_node->data)->rule_kind, test_copy->rule_kind);
613 CuAssertStrEquals(tc, ((struct cil_avrule *)test_ast_node->data)->src_str, test_copy->src_str);
614 CuAssertStrEquals(tc, ((struct cil_avrule *)test_ast_node->data)->tgt_str, test_copy->tgt_str);
615 CuAssertStrEquals(tc, ((struct cil_avrule *)test_ast_node->data)->classpermset->class_str, test_copy->classpermset->class_str);
616 CuAssertIntEquals(tc, ((struct cil_avrule *)test_ast_node->data)->classpermset->permset->perms_list_str->head->flavor, test_copy->classpermset->permset->perms_list_str->head->flavor);
617 CuAssertStrEquals(tc, (char*)((struct cil_avrule *)test_ast_node->data)->classpermset->permset->perms_list_str->head->data, (char*)test_copy->classpermset->permset->perms_list_str->head->data);
618 CuAssertIntEquals(tc, ((struct cil_avrule *)test_ast_node->data)->classpermset->permset->perms_list_str->head->next->flavor, test_copy->classpermset->permset->perms_list_str->head->next->flavor);
619 CuAssertStrEquals(tc, (char*)((struct cil_avrule *)test_ast_node->data)->classpermset->permset->perms_list_str->head->next->data, (char*)test_copy->classpermset->permset->perms_list_str->head->next->data);
    [all...]
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 734 milliseconds