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

  /external/chromium_org/chrome/installer/util/
non_updating_app_registration_data.cc 8 const base::string16& key_path) : key_path_(key_path) {}
17 return key_path_;
21 return key_path_;
25 return key_path_;
conditional_work_item_list.h 40 : key_path_(key_path) {}
44 base::FilePath key_path_; member in class:ConditionRunIfFileExists
non_updating_app_registration_data.h 24 const base::string16 key_path_; member in class:NonUpdatingAppRegistrationData
delete_reg_value_work_item.cc 19 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;
set_reg_value_work_item.cc 22 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;
conditional_work_item_list.cc 35 return base::PathExists(key_path_);
delete_reg_value_work_item.h 51 std::wstring key_path_; member in class:DeleteRegValueWorkItem
set_reg_value_work_item.h 71 std::wstring key_path_; member in class:SetRegValueWorkItem
shell_util.cc 535 items->AddCreateRegKeyWorkItem(root, key_path_, WorkItem::kWow64Default);
538 root, key_path_, WorkItem::kWow64Default, name_, value_, true);
541 root, key_path_, WorkItem::kWow64Default, name_, int_value_, true);
545 // Checks if the current registry entry exists in HKCU\|key_path_|\|name_|
581 : key_path_(key_path), name_(),
588 : key_path_(key_path), name_(name),
595 : key_path_(key_path), name_(name),
599 base::string16 key_path_; // key path for the registry entry member in class:__anon10333::RegistryEntry
607 // |root|\|key_path_|\|name_|.
609 RegKey key(root, key_path_.c_str(), KEY_QUERY_VALUE)
    [all...]
  /external/chromium_org/components/policy/core/common/cloud/
user_cloud_policy_store.h 104 base::FilePath key_path_; member in class:policy::UserCloudPolicyStore
user_cloud_policy_store.cc 162 key_path_(key_path),
189 PolicyLoadResult result = LoadPolicyFromDisk(policy_path_, key_path_);
200 base::Bind(base::IgnoreResult(&base::DeleteFile), key_path_, false));
217 base::Bind(&LoadPolicyFromDisk, policy_path_, key_path_),
432 policy_path_, key_path_, verification_key_,

Completed in 599 milliseconds