Searched refs:avrule_block (Results 1 – 3 of 3) sorted by relevance
/external/selinux/libsepol/src/ |
D | module_to_cil.c | 163 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/ |
D | Android.bp | 18 "src/avrule_block.c",
|
/external/selinux/libsepol/include/sepol/policydb/ |
D | policydb.h | 476 typedef struct avrule_block { struct 482 struct avrule_block *next; argument
|