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