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