Home
last modified time | relevance | path

Searched refs:test_cls (Results 1 – 2 of 2) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_copy_ast.c279 struct cil_class *test_cls; in test_cil_copy_classcommon() local
280 cil_class_init(&test_cls); in test_cil_copy_classcommon()
285 …mtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_datum*)test_cls, test_ast_node); in test_cil_copy_classcommon()
287 test_ast_node->data = test_cls; in test_cil_copy_classcommon()
Dtest_cil_build_ast.c787 struct cil_class *test_cls; in test_cil_gen_perm_nodes() local
788 cil_class_init(&test_cls); in test_cil_gen_perm_nodes()
793 …mtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_datum*)test_cls, test_ast_node); in test_cil_gen_perm_nodes()
795 test_ast_node->data = test_cls; in test_cil_gen_perm_nodes()
815 struct cil_class *test_cls; in test_cil_gen_perm_nodes_failgen_neg() local
816 cil_class_init(&test_cls); in test_cil_gen_perm_nodes_failgen_neg()
818 cil_symtab_destroy(&test_cls->perms); in test_cil_gen_perm_nodes_failgen_neg()
823 …mtab[CIL_SYM_CLASSES], (hashtab_key_t)test_key, (struct cil_symtab_datum*)test_cls, test_ast_node); in test_cil_gen_perm_nodes_failgen_neg()
825 test_ast_node->data = test_cls; in test_cil_gen_perm_nodes_failgen_neg()
845 struct cil_class *test_cls; in test_cil_gen_perm_nodes_inval_perm_neg() local
[all …]