OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:avrules
(Results
1 - 9
of
9
) sorted by null
/external/libsepol/src/
assertion.c
81
avrule_t *
avrules
)
89
if (!
avrules
) {
90
/* Since assertions are stored in
avrules
, if it is NULL
96
if (
avrules
) {
111
for (a =
avrules
; a != NULL; a = a->next) {
avrule_block.c
98
avrule_list_destroy(x->
avrules
);
expand.c
[
all
...]
write.c
53
static int avrule_write_list(avrule_t *
avrules
, struct policy_file *fp);
[
all
...]
policydb.c
[
all
...]
link.c
[
all
...]
/external/libsepol/include/sepol/policydb/
policydb.h
411
avrule_t *
avrules
;
member in struct:avrule_decl
633
policydb_t * p, avrule_t *
avrules
);
662
extern int avrule_read_list(policydb_t * p, avrule_t **
avrules
,
/external/checkpolicy/
module_compiler.c
1351
/* currently
avrules
follow a completely different code path
1352
* for handling
avrules
and compute types
1359
decl->
avrules
= avrule;
[
all
...]
/external/checkpolicy/test/
dismod.c
623
avrule_t *avrule = decl->
avrules
;
Completed in 39 milliseconds