OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CIL_BOOL
(Results
1 - 11
of
11
) sorted by null
/external/selinux/libsepol/cil/src/
cil_flavor.h
157
CIL_BOOL
,
cil_verify.c
168
if (expr_flavor !=
CIL_BOOL
&& expr_flavor != CIL_TUNABLE ) {
174
if (expr_flavor ==
CIL_BOOL
|| expr_flavor == CIL_TUNABLE) {
[
all
...]
cil.c
497
case
CIL_BOOL
:
763
case
CIL_BOOL
:
870
case
CIL_BOOL
:
[
all
...]
cil_build_ast.c
[
all
...]
cil_resolve_ast.c
[
all
...]
cil_copy_ast.c
708
struct
cil_bool
*orig = data;
709
struct
cil_bool
*new = NULL;
[
all
...]
cil_policy.c
977
case
CIL_BOOL
: {
978
const char *boolean = ((struct
cil_bool
*)current->data)->value ? "true" : "false";
[
all
...]
cil_tree.c
899
case
CIL_BOOL
: {
900
struct
cil_bool
*boolean = node->data;
[
all
...]
cil_binary.c
792
int cil_bool_to_policydb(policydb_t *pdb, struct
cil_bool
*
cil_bool
)
800
key = cil_strdup(
cil_bool
->datum.fqn);
806
sepol_bool->state =
cil_bool
->value;
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_build_ast.c
[
all
...]
test_cil_copy_ast.c
539
cil_gen_bool(test_db, test_tree->root->cl_head->cl_head, test_ast_node,
CIL_BOOL
);
549
CuAssertIntEquals(tc, ((struct
cil_bool
*)test_copy->data)->value,
550
((struct
cil_bool
*)test_ast_node->data)->value);
[
all
...]
Completed in 76 milliseconds