HomeSort by relevance Sort by last modified time
    Searched full:dest_key (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/chrome/installer/util/
copy_reg_key_work_item.cc 50 RegKey dest_key; local
71 result = dest_key.Create(predefined_root_, dest_key_path_.c_str(),
78 dest_key.Handle(), 0);
82 dest_key.Close();
registry_key_backup.cc 304 RegKey dest_key; local
305 LONG result = dest_key.Create(root, key_path, KEY_WRITE);
310 success = key_data_->WriteTo(&dest_key);
  /build/tools/releasetools/
sign_target_files_apks 30 -k (--key_mapping) <src_key=dest_key>
33 (dest_key). Option may be repeated to give multiple key
  /external/chromium_org/chrome/browser/ui/webui/options/chromeos/
internet_options_handler.cc 613 const std::string& dest_key,
617 dest->SetStringWithoutPathExpansion(dest_key, string_value);
623 const std::string& dest_key,
631 dest->SetStringWithoutPathExpansion(dest_key, str);
633 dest->SetIntegerWithoutPathExpansion(dest_key, int_value);
    [all...]

Completed in 430 milliseconds