Searched refs:key_path_ (Results 1 - 11 of 11) sorted by relevance

/external/chromium_org/chrome/installer/util/
H A Dnon_updating_app_registration_data.cc8 const base::string16& key_path) : key_path_(key_path) {}
17 return key_path_;
21 return key_path_;
25 return key_path_;
H A Ddelete_reg_value_work_item.cc19 key_path_(key_path),
45 key_path_.c_str(),
51 LOG(INFO) << "(delete value) Key: " << key_path_ << " or Value: "
93 key_path_.c_str(),
105 VLOG(1) << "can not open " << key_path_ << " error: " << result;
H A Dconditional_work_item_list.h40 : key_path_(key_path) {}
44 base::FilePath key_path_; member in class:ConditionRunIfFileExists
H A Dset_reg_value_work_item.cc22 key_path_(key_path),
43 key_path_(key_path),
64 key_path_(key_path),
90 key_path_.c_str(),
93 VLOG(1) << "can not open " << key_path_ << " error: " << result;
124 VLOG(1) << "Failed to write value " << key_path_ << " error: " << result;
147 predefined_root_, key_path_.c_str(), KEY_SET_VALUE | wow64_access_);
149 VLOG(1) << "rollback: can not open " << key_path_ << " error: " << result;
H A Dconditional_work_item_list.cc35 return base::PathExists(key_path_);
H A Dnon_updating_app_registration_data.h24 const base::string16 key_path_; member in class:NonUpdatingAppRegistrationData
H A Ddelete_reg_value_work_item.h51 std::wstring key_path_; member in class:DeleteRegValueWorkItem
H A Dset_reg_value_work_item.h71 std::wstring key_path_; member in class:SetRegValueWorkItem
H A Dshell_util.cc533 items->AddCreateRegKeyWorkItem(root, key_path_, WorkItem::kWow64Default);
536 root, key_path_, WorkItem::kWow64Default, name_, value_, true);
539 root, key_path_, WorkItem::kWow64Default, name_, int_value_, true);
543 // Checks if the current registry entry exists in HKCU\|key_path_|\|name_|
579 : key_path_(key_path), name_(),
586 : key_path_(key_path), name_(name),
593 : key_path_(key_path), name_(name),
597 base::string16 key_path_; // key path for the registry entry member in class:__anon5788::RegistryEntry
605 // |root|\|key_path_|\|name_|.
607 RegKey key(root, key_path_
[all...]
/external/chromium_org/components/policy/core/common/cloud/
H A Duser_cloud_policy_store.h101 base::FilePath key_path_; member in class:policy::UserCloudPolicyStore
H A Duser_cloud_policy_store.cc172 key_path_(key_path),
200 PolicyLoadResult result = LoadPolicyFromDisk(policy_path_, key_path_);
211 base::Bind(base::IgnoreResult(&base::DeleteFile), key_path_, false));
228 base::Bind(&LoadPolicyFromDisk, policy_path_, key_path_),
450 policy_path_, key_path_, verification_key_,

Completed in 199 milliseconds