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

1 2 3

  /external/chromium_org/chrome/installer/util/
create_reg_key_work_item.cc 56 std::wstring key_path; local
61 key_path.assign(key_list_[i - 1]);
64 key_path.c_str(),
71 LOG(ERROR) << key_path << " exists, this is not expected.";
77 VLOG(1) << "created " << key_path;
84 LOG(ERROR) << "Failed to create " << key_path;
96 std::wstring key_path;
100 key_path.assign(*itr);
102 if (key.DeleteEmptyKey(key_path.c_str()) == ERROR_SUCCESS) {
103 VLOG(1) << "rollback: delete " << key_path;
    [all...]
non_updating_app_registration_data.cc 8 const base::string16& key_path) : key_path_(key_path) {}
registry_key_backup.h 26 // Recursively reads |key_path| into this instance. Backing up a non-existent
29 bool Initialize(HKEY root, const wchar_t* key_path, REGSAM wow64_acccess);
32 // |key_path| are not modified If this instance is uninitialized or was
34 bool WriteTo(HKEY root, const wchar_t* key_path, REGSAM wow64_acccess) const;
conditional_work_item_list.h 39 explicit ConditionRunIfFileExists(const base::FilePath& key_path)
40 : key_path_(key_path) {}
work_item.cc 64 const std::wstring& key_path,
68 predefined_root, key_path, wow64_access, value_name);
91 const std::wstring& key_path,
97 key_path,
106 const std::wstring& key_path,
112 key_path,
121 const std::wstring& key_path,
127 key_path,
non_updating_app_registration_data.h 16 explicit NonUpdatingAppRegistrationData(const base::string16& key_path);
delete_reg_key_work_item_unittest.cc 39 const std::wstring& key_path = key_paths[i]; local
41 test_data_.root_key(), key_path, WorkItem::kWow64Default));
43 EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(),
47 EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(),
55 const std::wstring& key_path = test_data_.empty_key_path(); local
57 test_data_.root_key(), key_path, WorkItem::kWow64Default));
59 EXPECT_NE(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(),
63 EXPECT_EQ(ERROR_SUCCESS, key.Open(test_data_.root_key(), key_path.c_str(),
71 const std::wstring& key_path = test_data_.non_empty_key_path(); local
73 test_data_.root_key(), key_path, WorkItem::kWow64Default))
    [all...]
set_reg_value_work_item.h 46 const std::wstring& key_path,
53 const std::wstring& key_path,
60 const std::wstring& key_path,
set_reg_value_work_item.cc 16 const std::wstring& key_path,
22 key_path_(key_path),
37 const std::wstring& key_path,
43 key_path_(key_path),
58 const std::wstring& key_path,
64 key_path_(key_path),
delete_reg_value_work_item.h 42 const std::wstring& key_path,
delete_tree_work_item_unittest.cc 147 // Delete a tree with key_path in use. Everything should still be there.
176 base::FilePath key_path(dir_name_delete);
177 key_path = key_path.AppendASCII("key_file.exe");
183 base::CopyFile(exe_full_path, key_path);
184 ASSERT_TRUE(base::PathExists(key_path));
187 << " to " << key_path.value();
193 ::CreateProcessW(NULL, const_cast<wchar_t*>(key_path.value().c_str()),
202 std::vector<base::FilePath> key_paths(1, key_path);
212 EXPECT_TRUE(base::PathExists(key_path));
    [all...]
work_item.h 111 const std::wstring& key_path,
117 // by key_path.
135 const std::wstring& key_path,
145 const std::wstring& key_path,
155 const std::wstring& key_path,
work_item_list.h 74 const std::wstring& key_path,
80 // by key_path.
99 const std::wstring& key_path,
108 const std::wstring& key_path,
117 const std::wstring& key_path,
install_util_unittest.cc 290 std::wstring key_path(L"SomeKey\\ToDelete");
302 ASSERT_FALSE(RegKey(root, key_path.c_str(), KEY_QUERY_VALUE).Valid());
304 InstallUtil::DeleteRegistryValueIf(root, key_path.c_str(),
307 EXPECT_FALSE(RegKey(root, key_path.c_str(), KEY_QUERY_VALUE).Valid());
315 ASSERT_TRUE(RegKey(root, key_path.c_str(), KEY_SET_VALUE).Valid());
317 InstallUtil::DeleteRegistryValueIf(root, key_path.c_str(),
320 EXPECT_TRUE(RegKey(root, key_path.c_str(), KEY_QUERY_VALUE).Valid());
329 RegKey(root, key_path.c_str(),
332 InstallUtil::DeleteRegistryValueIf(root, key_path.c_str(),
335 EXPECT_TRUE(RegKey(root, key_path.c_str(), KEY_QUERY_VALUE).Valid())
    [all...]
work_item_list.cc 125 const std::wstring& key_path,
129 predefined_root, key_path, wow64_access, value_name);
163 const std::wstring& key_path,
169 key_path,
179 const std::wstring& key_path,
185 key_path,
195 const std::wstring& key_path,
202 key_path,
  /external/chromium_org/content/browser/indexed_db/
indexed_db_metadata.h 20 const IndexedDBKeyPath& key_path,
25 key_path(key_path),
30 IndexedDBKeyPath key_path; member in struct:content::IndexedDBIndexMetadata
41 const IndexedDBKeyPath& key_path,
47 IndexedDBKeyPath key_path; member in struct:content::IndexedDBObjectStoreMetadata
indexed_db_metadata.cc 12 const IndexedDBKeyPath& key_path,
17 key_path(key_path),
  /external/chromium_org/chrome/browser/extensions/
external_registry_loader_win.cc 79 base::string16 key_path = base::ASCIIToWide(kRegistryExtensions); local
80 key_path.append(L"\\");
81 key_path.append(*it);
83 key_path.c_str(), KEY_READ) != ERROR_SUCCESS) {
85 key_path.c_str(), KEY_READ) != ERROR_SUCCESS) {
87 << key_path << ".";
96 << " for key " << key_path << "."; local
123 << " for key " << key_path << "."; local
131 << key_path; local
137 << " for key " << key_path local
144 << " for key " << key_path << " can not be read. " local
155 << " for key " << key_path << "."; local
162 << " for key " << key_path << "."; local
    [all...]
  /external/chromium_org/base/test/
test_reg_util_win.cc 54 base::string16 key_path = test_key_root; local
55 key_path += L"\\" + base::Int64ToString16(timestamp.ToInternalValue());
56 key_path += kTimestampDelimiter + base::ASCIIToWide(base::GenerateGUID());
58 return key_path;
65 const base::string16& key_path)
69 temp_key_.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_ALL_ACCESS));
97 base::string16 key_path = GenerateTempKeyPath(test_key_root_, timestamp_); local
98 overrides_.push_back(new ScopedRegistryKeyOverride(override, key_path));
test_reg_util_win_unittest.cc 40 void AssertKeyExists(const base::string16& key_path) {
43 key.Open(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ))
44 << key_path << " does not exist.";
47 void AssertKeyAbsent(const base::string16& key_path) {
50 key.Open(HKEY_CURRENT_USER, key_path.c_str(), KEY_READ))
51 << key_path << " exists but it should not.";
54 void CreateKey(const base::string16& key_path) {
57 key.Create(HKEY_CURRENT_USER, key_path.c_str(), KEY_ALL_ACCESS));
test_reg_util_win.h 49 ScopedRegistryKeyOverride(HKEY override, const base::string16& key_path);
  /external/chromium_org/content/child/indexed_db/
indexed_db_key_builders.h 48 static IndexedDBKeyPath Build(const blink::WebIDBKeyPath& key_path);
56 static blink::WebIDBKeyPath Build(const IndexedDBKeyPath& key_path);
indexed_db_key_builders.cc 110 const blink::WebIDBKeyPath& key_path) {
111 switch (key_path.keyPathType()) {
113 return IndexedDBKeyPath(key_path.string());
115 return IndexedDBKeyPath(CopyArray(key_path.array()));
125 const IndexedDBKeyPath& key_path) {
126 switch (key_path.type()) {
128 return blink::WebIDBKeyPath::create(WebString(key_path.string()));
130 return blink::WebIDBKeyPath::create(CopyArray(key_path.array()));
  /external/chromium_org/components/policy/core/common/cloud/
resource_cache.cc 112 base::FilePath key_path; local
113 if (!VerifyKeyPath(key, false, &key_path))
116 base::FileEnumerator enumerator(key_path, false, base::FileEnumerator::FILES);
145 base::FilePath key_path; local
146 if (VerifyKeyPath(key, false, &key_path))
147 base::DeleteFile(key_path, true);
154 base::FilePath key_path; local
155 if (!VerifyKeyPath(key, false, &key_path))
158 base::FileEnumerator enumerator(key_path, false, base::FileEnumerator::FILES);
173 base::DeleteFile(key_path, false)
196 base::FilePath key_path; local
232 base::FilePath key_path; local
    [all...]
  /external/chromium_org/build/android/gyp/
finalize_apk.py 17 def SignApk(key_path, key_name, key_passwd, unsigned_path, signed_path):
23 '-keystore', key_path,
57 SignApk(options.key_path, options.key_name, options.key_passwd,

Completed in 1320 milliseconds

1 2 3