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