Home
last modified time | relevance | path

Searched refs:transtype (Results 1 – 2 of 2) sorted by relevance

/external/selinux/python/sepolicy/sepolicy/
D__init__.py758 def get_init_entrypoint(transtype): argument
766 if i.default == transtype:
781 transtype = str(i.default)
782 if transtype in entrypoints:
783 entrypoints[transtype].append(str(i.target))
785 entrypoints[transtype] = [str(i.target)]
Dgui.py1259 transtype = None
1265 transtype = x["transtype"]
1266 self.transitions_from_initial_data_insert(active, executable_type, transtype)
1269 self.transitions_from_initial_data_insert(active, executable, transtype)
1273 def transitions_from_initial_data_insert(self, active, executable, transtype): argument
1293 self.transitions_from_treestore.set_value(iter, 3, transtype)