OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CIL_CONSTRAIN
(Results
1 - 11
of
11
) sorted by null
/external/selinux/libsepol/cil/src/
cil_flavor.h
92
CIL_CONSTRAIN
,
cil_reset_ast.c
372
static void cil_reset_constrain(struct
cil_constrain
*con)
525
case
CIL_CONSTRAIN
:
cil_policy.c
533
void cil_constrain_to_policy(FILE **file_arr, __attribute__((unused)) uint32_t file_index, struct
cil_constrain
*cons, enum cil_flavor flavor)
537
if (flavor ==
CIL_CONSTRAIN
) {
1062
case
CIL_CONSTRAIN
:
1063
cil_constrain_to_policy(file_arr, CONSTRAINS, (struct
cil_constrain
*)current->data, flavor);
1066
cil_constrain_to_policy(file_arr, CONSTRAINS, (struct
cil_constrain
*)current->data, flavor);
[
all
...]
cil.c
690
case
CIL_CONSTRAIN
:
1061
case
CIL_CONSTRAIN
:
[
all
...]
cil_resolve_ast.c
[
all
...]
cil_copy_ast.c
[
all
...]
cil_tree.c
50
void cil_tree_print_constrain(struct
cil_constrain
*cons);
574
void cil_tree_print_constrain(struct
cil_constrain
*cons)
1249
case
CIL_CONSTRAIN
: {
1250
struct
cil_constrain
*cons = node->data;
1256
struct
cil_constrain
*cons = node->data;
[
all
...]
cil_post.c
[
all
...]
cil_binary.c
[
all
...]
cil_build_ast.c
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_build_ast.c
[
all
...]
Completed in 2526 milliseconds