Home
last modified time | relevance | path

Searched refs:kChromeOldExe (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/util/
H A Ddelete_old_versions_unittest.cc111 CreateExecutable(installer::kChromeOldExe, Direction::PREVIOUS_VERSION) in TEST_F()
147 CreateExecutable(installer::kChromeOldExe, Direction::PREVIOUS_VERSION); in TEST_F()
209 CreateExecutable(installer::kChromeOldExe, Direction::PREVIOUS_VERSION); in TEST_F()
213 base::File file_in_use(install_dir().Append(installer::kChromeOldExe), in TEST_F()
220 expected_install_dir_content.insert(base::FilePath(installer::kChromeOldExe)); in TEST_F()
229 CreateExecutable(installer::kChromeOldExe, Direction::PREVIOUS_VERSION); in TEST_F()
240 expected_install_dir_content.insert(base::FilePath(installer::kChromeOldExe)); in TEST_F()
249 CreateExecutable(installer::kChromeOldExe, Direction::PREVIOUS_VERSION); in TEST_F()
261 expected_install_dir_content.insert(base::FilePath(installer::kChromeOldExe)); in TEST_F()
271 CreateExecutable(installer::kChromeOldExe, Direction::PREVIOUS_VERSION); in TEST_F()
H A Dutil_constants.cc202 const wchar_t kChromeOldExe[] = L"old_chrome.exe"; variable
H A Dutil_constants.h206 extern const wchar_t kChromeOldExe[];
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/browser/first_run/
H A Dupgrade_util_win.cc198 installer::kChromeOldExe); in IsRunningOldChrome()
/dports/www/chromium-legacy/chromium-88.0.4324.182/chrome/installer/setup/
H A Dinstall_worker.cc289 ->AddDeleteTreeWorkItem(target_path.Append(installer::kChromeOldExe), in AddChromeWorkItems()
H A Dsetup_main.cc415 base::FilePath chrome_old_exe(target_path.Append(installer::kChromeOldExe)); in RenameChromeExecutables()