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

  /external/chromium_org/chrome/installer/util/
copy_reg_key_work_item.cc 26 dest_key_path_(dest_key_path),
38 if (source_key_path_.empty() || dest_key_path_.empty())
44 RegKey(predefined_root_, dest_key_path_.c_str(),
54 if (!backup.Initialize(predefined_root_, dest_key_path_.c_str())) {
61 LONG result = SHDeleteKey(predefined_root_, dest_key_path_.c_str());
63 LOG(ERROR) << "Failed to delete key at " << dest_key_path_ << ", result: "
71 result = dest_key.Create(predefined_root_, dest_key_path_.c_str(),
74 LOG(ERROR) << "Failed to open destination key at " << dest_key_path_
83 SHDeleteKey(predefined_root_, dest_key_path_.c_str());
91 << dest_key_path_ << ", result: " << result
    [all...]
copy_reg_key_work_item.h 46 std::wstring dest_key_path_; member in class:CopyRegKeyWorkItem

Completed in 88 milliseconds