OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:define_bool_tunable
(Results
1 - 3
of
3
) sorted by null
/external/selinux/checkpolicy/
policy_define.h
23
int
define_bool_tunable
(int is_tunable);
policy_parse.y
349
{ if (
define_bool_tunable
(0)) return -1; }
352
{ if (
define_bool_tunable
(1)) return -1; }
[
all
...]
policy_define.c
1645
int
define_bool_tunable
(int is_tunable)
function
[
all
...]
Completed in 183 milliseconds