HomeSort by relevance Sort by last modified time
    Searched refs:catorder (Results 1 - 10 of 10) sorted by null

  /external/selinux/libsepol/cil/src/
cil_internal.h 285 struct cil_list *catorder; member in struct:cil_db
1056 void cil_catorder_init(struct cil_catorder **catorder);
cil.c 256 (*db)->catorder = NULL;
309 cil_list_destroy(&(*db)->catorder, CIL_FALSE);
    [all...]
cil_tree.c 1278 struct cil_catorder *catorder = node->data; local
1281 if (catorder->cat_list_str == NULL) {
1282 cil_log(CIL_INFO, "CATORDER: ()\n");
1286 cil_log(CIL_INFO, "CATORDER: (");
1287 cil_list_for_each(cat, catorder->cat_list_str) {
    [all...]
cil_build_ast.h 158 void cil_destroy_catorder(struct cil_catorder *catorder);
cil_build_ast.c 3651 struct cil_catorder *catorder = NULL; local
    [all...]
cil_resolve_ast.c 1559 struct cil_catorder *catorder = current->data; local
    [all...]
cil_policy.c 903 static void cil_categories_to_policy(FILE *out, struct cil_list *catorder, struct cil_list *all_aliases)
912 cil_list_for_each(i1, catorder) {
    [all...]
cil_post.c 1107 cil_list_for_each(curr, db->catorder) {
    [all...]
cil_binary.c 810 cil_list_for_each(curr_cat, db->catorder) {
    [all...]
  /external/selinux/libsepol/cil/test/unit/
test_cil_resolve_ast.c 696 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT);
831 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT);
856 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT);
858 test_db->catorder->head = test_db->catorder->head->next;
859 test_db->catorder->head->next = NULL;
884 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT);
909 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT);
934 __cil_verify_order(test_db->catorder, test_db->ast->root, CIL_CAT);
    [all...]

Completed in 1003 milliseconds