Home
last modified time | relevance | path

Searched refs:CIL_FSUSE_TASK (Results 1 – 6 of 6) 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.h841 CIL_FSUSE_TASK = SECURITY_FS_USE_TASK, enumerator
Dcil_write_ast.c1030 case CIL_FSUSE_TASK: in cil_write_fsuse()
Dcil_tree.c1599 } else if (fsuse->type == CIL_FSUSE_TASK) { in cil_tree_print_node()
Dcil_policy.c1684 if (fsuse->type == CIL_FSUSE_TASK) { in cil_fsuses_to_policy()
Dcil_build_ast.c5154 fsuse->type = CIL_FSUSE_TASK; in cil_gen_fsuse()