Searched refs:CuAssertPtrNotNull (Results 1 – 5 of 5) sorted by relevance
/external/selinux/libsepol/cil/test/unit/ |
D | test_cil.c | 43 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()
|
D | test_cil_tree.c | 42 CuAssertPtrNotNull(tc, test_node); in test_cil_tree_node_init() 60 CuAssertPtrNotNull(tc, test_tree); in test_cil_tree_init()
|
D | test_cil_parser.c | 54 CuAssertPtrNotNull(tc, test_parse_root); in test_cil_parser()
|
D | CuTest.h | 112 #define CuAssertPtrNotNull(tc,p) CuAssert_Line((tc),__FILE__,__LINE__,"null pointer unexpect… macro
|
D | test_cil_list.c | 43 CuAssertPtrNotNull(tc, test_avrule->classpermset->permset->perms_list_str); in test_cil_list_init()
|