HomeSort by relevance Sort by last modified time
    Searched refs:product_guid (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/chrome/installer/tools/
setup_timer.py 27 def TimeSetupStages(hive_str, state_key, product_guid, observed_code):
31 |hive_str_|\|state_key|\|product_guid|.
37 key = _winreg.OpenKey(hive, state_key + product_guid, 0, _winreg.KEY_READ)
39 print 'Error opening %s\\%s\\%s: %s' % (hive_str, state_key, product_guid,
121 '|state_key|\\|product_guid|, defaults to '
125 TimeSetupStages(options.hive, options.state_key, options.product_guid,
  /external/chromium_org/chrome/installer/util/
google_chrome_distribution.cc 119 return product_guid();
123 return product_guid();
195 key.append(product_guid());
202 key.append(product_guid());
217 sub_key.append(product_guid());
264 key.append(product_guid());
296 product_guid());
google_chrome_distribution.h 94 const string16& product_guid() { return product_guid_; } function in class:GoogleChromeDistribution
google_update_settings.h 185 const std::wstring& product_guid);
google_update_settings.cc 417 const std::wstring& product_guid) {
426 reg_key.append(product_guid);
442 result = key.CreateKey(product_guid.c_str(), KEY_SET_VALUE);

Completed in 45 milliseconds