Home
last modified time | relevance | path

Searched refs:avrule_block (Results 1 – 3 of 3) sorted by relevance

/external/selinux/libsepol/src/
Dmodule_to_cil.c150 struct avrule_block *block;
365 struct avrule_block *block; in typealias_list_create()
1871 static int class_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struc… in class_to_cil()
2001 static int role_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in role_to_cil()
2124 static int type_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in type_to_cil()
2184 static int user_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *… in user_to_cil()
2238 static int boolean_to_cil(int indent, struct policydb *UNUSED(pdb), struct avrule_block *UNUSED(blo… in boolean_to_cil()
2256 static int sens_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in sens_to_cil()
2303 static int cat_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct … in cat_to_cil()
3215 static int (*func_to_cil[SYM_NUM])(int indent, struct policydb *pdb, struct avrule_block *block, st…
[all …]
/external/selinux/libsepol/
DAndroid.mk5 src/avrule_block.c \
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h458 typedef struct avrule_block { struct
464 struct avrule_block *next; argument