Home
last modified time | relevance | path

Searched refs:CuAssertPtrNotNull (Results 1 – 5 of 5) sorted by relevance

/external/selinux/libsepol/cil/test/unit/
Dtest_cil.c43 CuAssertPtrNotNull(tc, test_new_db->symtab); in test_cil_symtab_array_init()
53 CuAssertPtrNotNull(tc, test_db->ast); in test_cil_db_init()
54 CuAssertPtrNotNull(tc, test_db->symtab); in test_cil_db_init()
55 CuAssertPtrNotNull(tc, test_db->symtab); in test_cil_db_init()
75 CuAssertPtrNotNull(tc, symtab); in test_cil_get_symtab_block()
93 CuAssertPtrNotNull(tc, symtab); in test_cil_get_symtab_class()
111 CuAssertPtrNotNull(tc, symtab); in test_cil_get_symtab_root()
Dtest_cil_tree.c42 CuAssertPtrNotNull(tc, test_node); in test_cil_tree_node_init()
60 CuAssertPtrNotNull(tc, test_tree); in test_cil_tree_init()
Dtest_cil_parser.c54 CuAssertPtrNotNull(tc, test_parse_root); in test_cil_parser()
DCuTest.h112 #define CuAssertPtrNotNull(tc,p) CuAssert_Line((tc),__FILE__,__LINE__,"null pointer unexpect… macro
Dtest_cil_list.c43 CuAssertPtrNotNull(tc, test_avrule->classpermset->permset->perms_list_str); in test_cil_list_init()