Home
last modified time | relevance | path

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

/external/selinux/python/sepolicy/sepolicy/
D__init__.py739 def get_init_entrypoint(transtype): argument
747 if i.default == transtype:
762 transtype = str(i.default)
763 if transtype in entrypoints:
764 entrypoints[transtype].append(str(i.target))
766 entrypoints[transtype] = [str(i.target)]
Dgui.py1270 transtype = None
1276 transtype = x["transtype"]
1277 self.transitions_from_initial_data_insert(active, executable_type, transtype)
1280 self.transitions_from_initial_data_insert(active, executable, transtype)
1284 def transitions_from_initial_data_insert(self, active, executable, transtype): argument
1304 self.transitions_from_treestore.set_value(iter, 3, transtype)