Home
last modified time | relevance | path

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

/external/selinux/libsepol/cil/test/unit/
Dtest_cil_post.c638 bfsuse->type = CIL_FSUSE_TASK; in test_cil_post_fsuse_compare_type_a_greater_b()
647 afsuse->type = CIL_FSUSE_TASK; in test_cil_post_fsuse_compare_type_b_greater_a()
/external/selinux/libsepol/cil/src/
Dcil_internal.h797 CIL_FSUSE_TASK = SECURITY_FS_USE_TASK, enumerator
Dcil_tree.c1467 } else if (fsuse->type == CIL_FSUSE_TASK) { in cil_tree_print_node()
Dcil_policy.c284 } else if (fsuse->type == CIL_FSUSE_TASK) { in cil_fsuse_to_policy()
Dcil_build_ast.c4955 fsuse->type = CIL_FSUSE_TASK; in cil_gen_fsuse()