Searched refs:gen_uuid (Results 1 – 3 of 3) sorted by relevance
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/ |
D | msi.py | 80 product_code = msilib.gen_uuid() 1163 ("REGISTRY.tcl", msilib.gen_uuid(), "TARGETDIR", registry_component, None, 1167 [("REGISTRY", msilib.gen_uuid(), "TARGETDIR", registry_component, None, 1169 ("REGISTRY.doc", msilib.gen_uuid(), "TARGETDIR", registry_component, None, 1171 ("REGISTRY.def", msilib.gen_uuid(), "TARGETDIR", registry_component,
|
D | msilib.py | 314 si.SetProperty(PID_REVNUMBER, gen_uuid()) 347 def gen_uuid(): function 465 uuid = gen_uuid()
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/command/ |
D | bdist_msi.py | 242 product_name, msilib.gen_uuid(),
|