Searched refs:transtype (Results 1 – 2 of 2) sorted by relevance
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
D | __init__.py | 398 def get_init_entrypoint(transtype): argument 400 …entrypoints = filter(lambda x: x['transtype'] == transtype, search([TRANSITION], {'source': "init_…
|
D | gui.py | 1266 transtype = None 1272 transtype = x["transtype"] 1273 self.transitions_from_initial_data_insert(active, executable_type, transtype) 1276 self.transitions_from_initial_data_insert(active, executable, transtype) 1280 def transitions_from_initial_data_insert(self, active, executable, transtype): argument 1300 self.transitions_from_treestore.set_value(iter, 3, transtype)
|