Home
last modified time | relevance | path

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

/third_party/node/tools/msvs/msi/
Dcustom_actions.cc44 TCHAR product_code[GUID_BUFFER_SIZE]; in SetInstallScope() local
46 product_code); in SetInstallScope()
52 er = MsiGetProductInfo(product_code, INSTALLPROPERTY_ASSIGNMENTTYPE, in SetInstallScope()
/third_party/flutter/skia/third_party/externals/sdl/src/video/x11/
Dedid.h84 int product_code; member
Dedid-parse.c75 info->product_code = edid[0x0b] << 8 | edid[0x0a]; in decode_vendor_and_product_identification()
558 printf ("Product Code: 0x%x\n", info->product_code); in dump_monitor_info()