HomeSort by relevance Sort by last modified time
    Searched refs: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 85 milliseconds