Searched refs:new_chrome_exe (Results 1 – 5 of 5) sorted by relevance
72 FilePath new_chrome_exe; in IsUpdatePendingRestart() local73 if (!GetNewerChromeFile(&new_chrome_exe)) in IsUpdatePendingRestart()75 return file_util::PathExists(new_chrome_exe); in IsUpdatePendingRestart()79 FilePath new_chrome_exe; in SwapNewChromeExeIfPresent() local80 if (!GetNewerChromeFile(&new_chrome_exe)) in SwapNewChromeExeIfPresent()82 if (!file_util::PathExists(new_chrome_exe)) in SwapNewChromeExeIfPresent()
204 base::FilePath new_chrome_exe; in IsUpdatePendingRestart() local205 if (!GetNewerChromeFile(&new_chrome_exe)) in IsUpdatePendingRestart()207 return base::PathExists(new_chrome_exe); in IsUpdatePendingRestart()211 base::FilePath new_chrome_exe; in SwapNewChromeExeIfPresent() local212 if (!GetNewerChromeFile(&new_chrome_exe)) in SwapNewChromeExeIfPresent()214 if (!base::PathExists(new_chrome_exe)) in SwapNewChromeExeIfPresent()
79 base::FilePath new_chrome_exe(chrome_exe.DirName().Append(kNewChromeExe)); in NewChromeExeExists() local80 return base::PathExists(new_chrome_exe); in NewChromeExeExists()
448 base::FilePath new_chrome_exe(target_path.Append(installer::kChromeNewExe)); in AddChromeWorkItems() local450 install_list->AddDeleteTreeWorkItem(new_chrome_exe, temp_path); in AddChromeWorkItems()457 new_chrome_exe.value(), in AddChromeWorkItems()466 new_chrome_exe.value()); in AddChromeWorkItems()981 base::FilePath new_chrome_exe( in AppendPostInstallTasks() local991 new ConditionRunIfFileExists(new_chrome_exe))); in AppendPostInstallTasks()1050 new Not(new ConditionRunIfFileExists(new_chrome_exe)))); in AppendPostInstallTasks()
206 base::FilePath new_chrome_exe( in InstallNewVersion() local214 base::PathExists(new_chrome_exe) && current_version->get() && in InstallNewVersion()239 if (base::PathExists(new_chrome_exe)) { in InstallNewVersion()