Searched refs:add_file (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
D | msi.py | 915 root.add_file("%s/w9xpopen.exe" % PCBUILD) 916 root.add_file("README.txt", src="README") 917 root.add_file("NEWS.txt", src="Misc/NEWS") 919 root.add_file("LICENSE.txt", src=os.path.abspath("LICENSE.txt")) 921 root.add_file("%s/python.exe" % PCBUILD) 923 root.add_file("%s/pythonw.exe" % PCBUILD) 937 dlldir.add_file("%s/python%s%s.dll" % (PCBUILD, major, minor), 948 root.add_file(manifest[0], **manifest[1]) 949 root.add_file(crtdll[0], **crtdll[1]) 996 lib.add_file("README.txt", src="README") [all …]
|
D | msilib.py | 517 def add_file(self, file, src=None, version=None, language=None): member in Directory 571 self.add_file(f)
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | bdist_msi.py | 308 key = seen[afile] = dir.add_file(file)
|