Home
last modified time | relevance | path

Searched refs:cil_filecon (Results 1 – 11 of 11) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_post.c40 struct cil_filecon *afilecon; in test_cil_post_filecon_compare_meta_a_not_b()
43 struct cil_filecon *bfilecon; in test_cil_post_filecon_compare_meta_a_not_b()
58 struct cil_filecon *afilecon; in test_cil_post_filecon_compare_meta_b_not_a()
61 struct cil_filecon *bfilecon; in test_cil_post_filecon_compare_meta_b_not_a()
76 struct cil_filecon *afilecon; in test_cil_post_filecon_compare_meta_a_and_b_strlen_a_greater_b()
79 struct cil_filecon *bfilecon; in test_cil_post_filecon_compare_meta_a_and_b_strlen_a_greater_b()
94 struct cil_filecon *afilecon; in test_cil_post_filecon_compare_type_atype_greater_btype()
97 struct cil_filecon *bfilecon; in test_cil_post_filecon_compare_type_atype_greater_btype()
113 struct cil_filecon *afilecon; in test_cil_post_filecon_compare_type_btype_greater_atype()
116 struct cil_filecon *bfilecon; in test_cil_post_filecon_compare_type_btype_greater_atype()
[all …]
/external/selinux/libsepol/cil/src/
Dcil_internal.h707 struct cil_filecon { struct
982 void cil_filecon_init(struct cil_filecon **filecon);
Dcil_post.c116 struct cil_filecon *a_filecon = *(struct cil_filecon**)a; in cil_post_filecon_compare()
117 struct cil_filecon *b_filecon = *(struct cil_filecon**)b; in cil_post_filecon_compare()
1570 struct cil_filecon *filecon = node->data; in __cil_post_db_cat_helper()
Dcil_reset_ast.c284 static void cil_reset_filecon(struct cil_filecon *filecon) in cil_reset_filecon()
Dcil_build_ast.h175 void cil_destroy_filecon(struct cil_filecon *filecon);
Dcil.c1489 struct cil_filecon *filecon = filecons->array[i]; in cil_filecons_to_string()
1527 struct cil_filecon *filecon = filecons->array[i]; in cil_filecons_to_string()
2205 void cil_filecon_init(struct cil_filecon **filecon) in cil_filecon_init()
Dcil_copy_ast.c1131 struct cil_filecon *orig = data; in cil_copy_filecon()
1132 struct cil_filecon *new = NULL; in cil_copy_filecon()
Dcil_tree.c1301 struct cil_filecon *filecon = node->data; in cil_tree_print_node()
Dcil_verify.c1038 struct cil_filecon *file = node->data; in __cil_verify_filecon()
Dcil_build_ast.c4154 struct cil_filecon *filecon = NULL; in cil_gen_filecon()
4221 void cil_destroy_filecon(struct cil_filecon *filecon) in cil_destroy_filecon()
Dcil_resolve_ast.c1849 struct cil_filecon *filecon = current->data; in cil_resolve_filecon()