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

  /external/chromium_org/chrome/installer/util/
registry_key_backup_unittest.cc 25 destination_path_.assign(test_data_.base_path()).append(L"\\Destination");
29 std::wstring destination_path_; member in class:RegistryKeyBackupTest
36 EXPECT_TRUE(backup.WriteTo(test_data_.root_key(), destination_path_.c_str()));
37 EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(),
49 EXPECT_TRUE(backup.WriteTo(test_data_.root_key(), destination_path_.c_str()));
50 EXPECT_FALSE(RegKey(test_data_.root_key(), destination_path_.c_str(),
60 EXPECT_TRUE(backup.WriteTo(test_data_.root_key(), destination_path_.c_str()));
62 destination_path_.c_str());
75 destination_path_.c_str()));
80 .DeleteKey(destination_path_.c_str()))
    [all...]
copy_reg_key_work_item_unittest.cc 26 destination_path_.assign(test_data_.base_path()).append(L"\\Destination");
30 std::wstring destination_path_; member in class:CopyRegKeyWorkItemTest
45 destination_path_,
49 key.Open(test_data_.root_key(), destination_path_.c_str(),
54 key.Open(test_data_.root_key(), destination_path_.c_str(),
65 destination_path_,
69 destination_path_.c_str());
73 key.Open(test_data_.root_key(), destination_path_.c_str(),
84 destination_path_,
88 destination_path_.c_str())
    [all...]
  /external/chromium_org/chrome/browser/web_applications/
web_app_mac_unittest.mm 72 destination_path_ = destination_path_temp_dir_.path();
79 shim_path_ = destination_path_.Append(shim_base_name_);
85 base::FilePath destination_path_;
103 .WillRepeatedly(Return(destination_path_));
107 EXPECT_TRUE(base::PathExists(destination_path_));
140 .WillRepeatedly(Return(destination_path_));
181 .WillRepeatedly(Return(destination_path_));
220 destination_path_.Append(info_.extension_id + ".app");
224 .WillRepeatedly(Return(destination_path_));
231 .WillRepeatedly(Return(destination_path_));
    [all...]

Completed in 216 milliseconds