OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sepol_bool
(Results
1 - 3
of
3
) sorted by null
/external/selinux/libsepol/include/sepol/
boolean_record.h
10
struct
sepol_bool
;
12
typedef struct
sepol_bool
sepol_bool_t;
/external/selinux/libsepol/src/
boolean_record.c
8
struct
sepol_bool
{
struct
/external/selinux/libsepol/cil/src/
cil_binary.c
797
cond_bool_datum_t *
sepol_bool
= cil_malloc(sizeof(*
sepol_bool
));
local
798
memset(
sepol_bool
, 0, sizeof(cond_bool_datum_t));
801
rc = symtab_insert(pdb, SYM_BOOLS, key,
sepol_bool
, SCOPE_DECL, 0, &value);
805
sepol_bool
->s.value = value;
806
sepol_bool
->state = cil_bool->value;
812
free(
sepol_bool
);
1625
cond_bool_datum_t *
sepol_bool
= hashtab_search(pdb->p_bools.table, key);
local
[
all
...]
Completed in 198 milliseconds