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.c163 struct avrule_block *block;
382 struct avrule_block *block; in typealias_list_create()
1976 static int class_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struc… in class_to_cil()
2109 static int role_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in role_to_cil()
2244 static int type_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in type_to_cil()
2317 static int user_to_cil(int indent, struct policydb *pdb, struct avrule_block *block, struct stack *… in user_to_cil()
2371 static int boolean_to_cil(int indent, struct policydb *UNUSED(pdb), struct avrule_block *UNUSED(blo… in boolean_to_cil()
2389 static int sens_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct… in sens_to_cil()
2436 static int cat_to_cil(int indent, struct policydb *pdb, struct avrule_block *UNUSED(block), struct … in cat_to_cil()
3365 static int (*func_to_cil[SYM_NUM])(int indent, struct policydb *pdb, struct avrule_block *block, st…
[all …]
/external/selinux/libsepol/
DAndroid.bp18 "src/avrule_block.c",
/external/selinux/libsepol/include/sepol/policydb/
Dpolicydb.h476 typedef struct avrule_block { struct
482 struct avrule_block *next; argument