OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:base_bool
(Results
1 - 1
of
1
) sorted by null
/external/libsepol/src/
link.c
603
cond_bool_datum_t *booldatum, *
base_bool
, *new_bool = NULL;
local
609
base_bool
= hashtab_search(state->base->p_bools.table, id);
610
if (
base_bool
== NULL) {
631
base_bool
= new_bool;
632
base_bool
->flags = booldatum->flags;
634
(
base_bool
->flags & COND_BOOL_FLAGS_TUNABLE)) {
652
base_bool
->state = booldatum->state;
655
base_bool
->flags = booldatum->flags;
657
state->cur->map[SYM_BOOLS][booldatum->s.value - 1] =
base_bool
->s.value;
[
all
...]
Completed in 68 milliseconds