Home
last modified time | relevance | path

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

/third_party/selinux/libsepol/cil/test/unit/
H A 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 cil_symtab_insert(&test_db->symtab[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 cil_symtab_insert(&test_db->symtab[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
10591 struct cil_class *test_cls; test_cil_gen_classcommon() local
10681 struct cil_class *test_cls; test_cil_gen_classcommon_noperms_neg() local
10709 struct cil_class *test_cls; test_cil_gen_classcommon_extraperms_neg() local
[all...]
H A 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 cil_symtab_insert(&test_db->symtab[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()

Completed in 24 milliseconds