Searched refs:block_to_cil (Results 1 – 1 of 1) sorted by relevance
/external/selinux/libsepol/src/ |
D | module_to_cil.c | 3561 static int block_to_cil(struct policydb *pdb, struct avrule_block *block, struct stack *stack, int … in block_to_cil() function 3678 rc = block_to_cil(pdb, block, stack, *indent); in module_block_to_cil() 3711 rc = block_to_cil(pdb, block, stack, 0); in global_block_to_cil() 3776 rc = block_to_cil(pdb, block, stack, 0); in linked_block_to_cil()
|