HomeSort by relevance Sort by last modified time
    Searched refs:cond_block (Results 1 - 3 of 3) sorted by null

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/setools/policyrep/
rule.py 36 cond_block = self.conditional_block
39 cond_block = None
42 self, cond, cond_block))
terule.py 275 cond_block = self.conditional_block
278 cond_block = None
286 self, filename, cond, cond_block))
  /external/selinux/libsepol/cil/src/
cil_verify.c 965 struct cil_tree_node *cond_block = node->cl_head; local
967 while (cond_block != NULL) {
968 rc = cil_tree_walk(cond_block, __cil_verify_booleanif_helper, NULL, NULL, symtab);
972 cond_block = cond_block->next;
    [all...]

Completed in 279 milliseconds