Searched refs:permset (Results 1 - 3 of 3) sorted by relevance
/third_party/selinux/libsepol/cil/test/unit/ |
H A D | test_cil_list.c | 40 cil_permset_init(&test_avrule->classpermset->permset); in test_cil_list_init() 42 cil_list_init(&test_avrule->classpermset->permset->perms_list_str); in test_cil_list_init() 43 CuAssertPtrNotNull(tc, test_avrule->classpermset->permset->perms_list_str); in test_cil_list_init()
|
H A D | test_cil_copy_ast.c | 616 CuAssertIntEquals(tc, ((struct cil_avrule *)test_ast_node->data)->classpermset->permset->perms_list_str->head->flavor, test_copy->classpermset->permset->perms_list_str->head->flavor); in test_cil_copy_avrule() 617 CuAssertStrEquals(tc, (char*)((struct cil_avrule *)test_ast_node->data)->classpermset->permset->perms_list_str->head->data, (char*)test_copy->classpermset->permset->perms_list_str->head->data); in test_cil_copy_avrule() 618 CuAssertIntEquals(tc, ((struct cil_avrule *)test_ast_node->data)->classpermset->permset->perms_list_str->head->next->flavor, test_copy->classpermset->permset->perms_list_str->head->next->flavor); in test_cil_copy_avrule() 619 CuAssertStrEquals(tc, (char*)((struct cil_avrule *)test_ast_node->data)->classpermset->permset->perms_list_str->head->next->data, (char*)test_copy->classpermset->permset->perms_list_str->head->next->data); in test_cil_copy_avrule()
|
H A D | test_cil_build_ast.c | 82 cil_permset_init(&test_avrule->classpermset->permset); in test_cil_parse_to_list() 84 cil_list_init(&test_avrule->classpermset->permset->perms_list_str); in test_cil_parse_to_list() 88 int rc = cil_parse_to_list(test_current, test_avrule->classpermset->permset->perms_list_str, CIL_AST_STR); in test_cil_parse_to_list() 113 cil_permset_init(&test_avrule->classpermset->permset); in test_cil_parse_to_list_currnull_neg() 115 cil_list_init(&test_avrule->classpermset->permset->perms_list_str); in test_cil_parse_to_list_currnull_neg() 119 int rc = cil_parse_to_list(test_current, test_avrule->classpermset->permset->perms_list_str, CIL_AST_STR); in test_cil_parse_to_list_currnull_neg() 144 cil_permset_init(&test_avrule->classpermset->permset); in test_cil_parse_to_list_listnull_neg() 148 int rc = cil_parse_to_list(test_current, test_avrule->classpermset->permset->perms_list_str, CIL_AST_STR); in test_cil_parse_to_list_listnull_neg() 869 struct cil_permset *permset; in test_cil_fill_permset() local 870 cil_permset_init(&permset); in test_cil_fill_permset() 885 struct cil_permset *permset; test_cil_fill_permset_sublist_neg() local 901 struct cil_permset *permset; test_cil_fill_permset_startpermnull_neg() local 917 struct cil_permset *permset = NULL; test_cil_fill_permset_permsetnull_neg() local [all...] |
Completed in 25 milliseconds