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_post.c197 struct cil_filecon *a_filecon = *(struct cil_filecon**)a; in cil_post_filecon_compare()
198 struct cil_filecon *b_filecon = *(struct cil_filecon**)b; in cil_post_filecon_compare()
457 struct cil_filecon *a_filecon = *(struct cil_filecon**)a; in cil_post_filecon_context_compare()
458 struct cil_filecon *b_filecon = *(struct cil_filecon**)b; in cil_post_filecon_context_compare()
1902 struct cil_filecon *filecon = node->data; in __cil_post_db_cat_helper()
Dcil_internal.h735 struct cil_filecon { struct
1034 void cil_filecon_init(struct cil_filecon **filecon);
Dcil_reset_ast.c285 static void cil_reset_filecon(struct cil_filecon *filecon) in cil_reset_filecon()
Dcil_build_ast.h177 void cil_destroy_filecon(struct cil_filecon *filecon);
Dcil.c1694 struct cil_filecon *filecon = filecons->array[i]; in cil_filecons_to_string()
1732 struct cil_filecon *filecon = filecons->array[i]; in cil_filecons_to_string()
2444 void cil_filecon_init(struct cil_filecon **filecon) in cil_filecon_init()
Dcil_copy_ast.c1154 struct cil_filecon *orig = data; in cil_copy_filecon()
1155 struct cil_filecon *new = NULL; in cil_copy_filecon()
Dcil_verify.c1061 struct cil_filecon *file = node->data; in __cil_verify_filecon()
Dcil_tree.c1402 struct cil_filecon *filecon = node->data; in cil_tree_print_node()
Dcil_build_ast.c4214 struct cil_filecon *filecon = NULL; in cil_gen_filecon()
4280 void cil_destroy_filecon(struct cil_filecon *filecon) in cil_destroy_filecon()
Dcil_resolve_ast.c1903 struct cil_filecon *filecon = current->data; in cil_resolve_filecon()