HomeSort by relevance Sort by last modified time
    Searched refs:key_path (Results 26 - 50 of 61) sorted by null

12 3

  /external/chromium_org/chrome/installer/util/
registry_key_backup.cc 275 const wchar_t* key_path,
277 DCHECK(key_path);
286 LONG result = key.Open(root, key_path, kKeyReadNoNotify | wow64_access);
290 LOG(ERROR) << "Failed to backup key at " << key_path;
294 LOG(ERROR) << "Failed to open key at " << key_path
304 const wchar_t* key_path,
306 DCHECK(key_path);
315 LONG result = dest_key.Create(root, key_path, KEY_WRITE | wow64_access);
317 LOG(ERROR) << "Failed to create destination key at " << key_path
install_util.h 115 // Deletes the registry key at path key_path under the key given by root_key.
117 const base::string16& key_path,
120 // Deletes the registry value named value_name at path key_path under the key
122 static bool DeleteRegistryValue(HKEY reg_root, const base::string16& key_path,
153 // Deletes the value |value_name| in the key |key_path| under |root_key| iff
158 const wchar_t* key_path,
delete_reg_value_work_item.cc 15 const std::wstring& key_path,
19 key_path_(key_path),
install_util.cc 443 const base::string16& key_path,
445 VLOG(1) << "Deleting registry key " << key_path;
447 LONG result = target_key.Open(root_key, key_path.c_str(),
457 LOG(ERROR) << "Failed to delete registry key: " << key_path
468 const base::string16& key_path,
472 LONG result = key.Open(reg_root, key_path.c_str(),
512 const wchar_t* key_path,
517 DCHECK(key_path);
521 if (key.Open(root_key, key_path,
  /external/chromium_org/components/policy/core/common/cloud/
user_cloud_policy_store.cc 64 const base::FilePath& key_path) {
83 if (!base::ReadFileToString(key_path, &data, kKeySizeLimit) ||
89 LOG(ERROR) << "Failed to read or parse key data from " << key_path.value();
122 const base::FilePath& key_path,
148 WriteStringToFile(key_path, key_data);
156 const base::FilePath& key_path,
162 key_path_(key_path),
174 base::FilePath key_path = local
177 policy_path, key_path, verification_key, background_task_runner));
  /external/chromium_org/content/child/indexed_db/
webidbdatabase_impl.cc 57 const WebIDBKeyPath& key_path,
64 params.key_path = IndexedDBKeyPathBuilder::Build(key_path);
236 const WebIDBKeyPath& key_path,
245 params.key_path = IndexedDBKeyPathBuilder::Build(key_path);
webidbdatabase_impl.h 34 const blink::WebIDBKeyPath& key_path,
  /hardware/invensense/60xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 233 char key_path[100]; local
246 memset(key_path, 0, 100);
270 memset(key_path, 0, 100);
272 sprintf(key_path, "/sys/bus/iio/devices/iio:device%d/key", iio_dev_num);
274 sprintf(key_path, "%s%s", sysfs_path, "/device/invensense/mpu/key");
276 if((fp = fopen(key_path, "rt")) == NULL)
  /hardware/invensense/6515/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 251 char key_path[100]; local
264 memset(key_path, 0, 100);
288 memset(key_path, 0, 100);
290 sprintf(key_path, "/sys/bus/iio/devices/iio:device%d/key", iio_dev_num);
292 sprintf(key_path, "%s%s", sysfs_path, "/device/invensense/mpu/key");
294 if((fp = fopen(key_path, "rt")) == NULL)
  /hardware/invensense/65xx/libsensors_iio/software/core/mllite/linux/
ml_sysfs_helper.c 244 char key_path[100]; local
257 memset(key_path, 0, 100);
281 memset(key_path, 0, 100);
283 sprintf(key_path, "/sys/bus/iio/devices/iio:device%d/key", iio_dev_num);
285 sprintf(key_path, "%s%s", sysfs_path, "/device/invensense/mpu/key");
287 if((fp = fopen(key_path, "rt")) == NULL)
  /system/extras/verity/
build_verity_metadata.py 30 def sign_verity_table(table, signer_path, key_path):
35 cmd = " ".join((signer_path, table_file.name, key_path, signature_file.name))
  /external/chromium_org/chrome_elf/
chrome_elf_util.cc 34 bool ReadKeyValueString(bool system_install, const wchar_t* key_path,
40 base::string16 full_key_path(key_path);
79 bool ReadKeyValueDW(bool system_install, const wchar_t* key_path,
85 base::string16 full_key_path(key_path);
  /external/chromium_org/chrome/browser/importer/
ie_importer_browsertest_win.cc 146 base::string16 key_path(importer::GetIEFavoritesOrderKey());
148 key_path += L"\\" + path;
150 if (key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE) !=
557 base::string16 key_path(importer::GetIEFavoritesOrderKey());
560 key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE));
593 base::string16 key_path(importer::GetIE7PasswordsKey());
596 key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE));
619 base::string16 key_path(importer::GetIESettingsKey());
622 key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_WRITE));
  /external/chromium_org/content/browser/indexed_db/
indexed_db_index_writer.cc 146 // identical key_path need to also use the primary (generated) key as a key.
147 if (key_was_generated && (index.key_path == object_store.key_path))
indexed_db_callbacks.h 91 const IndexedDBKeyPath& key_path);
indexed_db_database.h 88 const IndexedDBKeyPath& key_path,
106 const IndexedDBKeyPath& key_path,
indexed_db_database.cc 268 const IndexedDBKeyPath& key_path,
287 key_path,
296 object_store_metadata.key_path,
338 const IndexedDBKeyPath& key_path,
353 name, index_id, key_path, unique, multi_entry);
360 index_metadata.key_path,
606 !object_store_metadata.key_path.IsNull()) {
607 callbacks->OnSuccess(&value, *key, object_store_metadata.key_path);
664 !object_store_metadata.key_path.IsNull()) {
665 callbacks->OnSuccess(&value, *primary_key, object_store_metadata.key_path);
    [all...]
indexed_db_callbacks.cc 464 const IndexedDBKeyPath& key_path) {
478 params->key_path = key_path;
  /external/chromium_org/remoting/protocol/
authenticator_test_base.cc 52 base::FilePath key_path = certs_dir.AppendASCII("unittest.key.bin"); local
54 ASSERT_TRUE(base::ReadFileToString(key_path, &key_string));
ssl_hmac_channel_authenticator_unittest.cc 63 base::FilePath key_path = certs_dir.AppendASCII("unittest.key.bin"); variable
65 ASSERT_TRUE(base::ReadFileToString(key_path, &key_string));
  /build/tools/releasetools/
sign_target_files_apks 391 def ReplaceVerityPublicKey(targetfile_zip, key_path):
392 print "Replacing verity public key with %s" % key_path
393 with open(key_path) as f:
396 def ReplaceVerityPrivateKey(targetfile_input_zip, targetfile_output_zip, misc_info, key_path):
397 print "Replacing verity private key with %s" % key_path
400 new_misc_info = original_misc_info.replace(current_key, key_path)
  /external/chromium_org/chrome/utility/importer/
ie_importer_win.cc 246 base::string16 key_path(importer::GetIEFavoritesOrderKey());
247 base::win::RegKey key(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ);
647 base::string16 key_path(importer::GetIE7PasswordsKey());
648 base::win::RegKey key(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ);
650 key_path.c_str());
731 base::string16 key_path(importer::GetIESettingsKey());
733 base::win::RegKey key(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ);
744 base::win::RegKey keyDefault(HKEY_LOCAL_MACHINE, key_path.c_str(), KEY_READ);
  /external/chromium_org/content/common/indexed_db/
indexed_db_messages.h 102 IPC_STRUCT_MEMBER(content::IndexedDBKeyPath, key_path)
240 IPC_STRUCT_MEMBER(content::IndexedDBKeyPath, key_path)
294 IPC_STRUCT_MEMBER(content::IndexedDBKeyPath, key_path)
  /external/chromium_org/chrome/browser/policy/test/
policy_testserver.py     [all...]
  /external/chromium_org/chrome/browser/
shell_integration_win.cc 382 base::string16 key_path(L"http");
383 key_path.append(ShellUtil::kRegShellOpen);
384 base::win::RegKey key(HKEY_CLASSES_ROOT, key_path.c_str(), KEY_READ);

Completed in 684 milliseconds

12 3