Home
last modified time | relevance | path

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

/external/selinux/python/sepolicy/sepolicy/
D__init__.py657 def get_init_entrypoint(transtype): argument
665 if i.default == transtype:
680 transtype = str(i.default)
681 if transtype in entrypoints:
682 entrypoints[transtype].append(str(i.target))
684 entrypoints[transtype] = [str(i.target)]
Dgui.py1271 transtype = None
1277 transtype = x["transtype"]
1278 self.transitions_from_initial_data_insert(active, executable_type, transtype)
1281 self.transitions_from_initial_data_insert(active, executable, transtype)
1285 def transitions_from_initial_data_insert(self, active, executable, transtype): argument
1305 self.transitions_from_treestore.set_value(iter, 3, transtype)