Home
last modified time | relevance | path

Searched refs:start_component (Results 1 – 3 of 3) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsi.py920 root.start_component("python.exe", keyfile="python.exe")
922 root.start_component("pythonw.exe", keyfile="pythonw.exe")
930 dlldir.start_component("DLLDIR", flags = 8, keyfile = pydll, uuid = pythondll_uuid)
945 root.start_component("msvcr90", feature=private_crt)
960 DLLs.start_component()
1085 lib.start_component("TkDLLs", tcltk)
1141 lib.start_component("pydocgui.pyw", tcltk, keyfile="pydocgui.pyw")
1146 lib.start_component("documentation", keyfile=docfile)
Dmsilib.py456 …def start_component(self, component = None, feature = None, flags = None, keyfile = None, uuid=Non… member in Directory
524 self.start_component(self.logical, current_feature)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/
Dbdist_msi.py306 dir.start_component(dir.logical, feature, 0)