OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CIL_TUNABLE
(Results
1 - 8
of
8
) sorted by null
/external/selinux/libsepol/cil/src/
cil_flavor.h
160
CIL_TUNABLE
,
cil_verify.c
169
if (expr_flavor != CIL_BOOL && expr_flavor !=
CIL_TUNABLE
) {
175
if (expr_flavor == CIL_BOOL || expr_flavor ==
CIL_TUNABLE
) {
[
all
...]
cil.c
516
case
CIL_TUNABLE
:
789
case
CIL_TUNABLE
:
901
case
CIL_TUNABLE
:
[
all
...]
cil_copy_ast.c
767
struct
cil_tunable
*orig = data;
768
struct
cil_tunable
*new = NULL;
[
all
...]
cil_tree.c
922
case
CIL_TUNABLE
: {
923
struct
cil_tunable
*tunable = node->data;
[
all
...]
cil_resolve_ast.c
[
all
...]
cil_build_ast.c
[
all
...]
/external/selinux/libsepol/cil/test/unit/
test_cil_build_ast.c
[
all
...]
Completed in 465 milliseconds