Lines Matching refs:FilePath
64 void DeleteInstallTempDir(const base::FilePath& target_path) {
65 base::FilePath temp_path(target_path.DirName().Append(
158 AddOsUpgradeWorkItems(installer_state, base::FilePath(), Version(), product,
239 bool RemoveInstallerFiles(const base::FilePath& installer_directory,
247 base::FilePath setup_exe_base_name(installer::kSetupExe);
249 for (base::FilePath to_delete = file_enumerator.Next(); !to_delete.empty();
314 const base::FilePath& old_target_exe,
315 const base::FilePath& new_target_exe) {
342 const base::FilePath& target_exe) {
364 bool ScheduleParentAndGrandparentForDeletion(const base::FilePath& path) {
365 base::FilePath parent_dir = path.DirName();
371 base::FilePath grandparent_dir(parent_dir.DirName());
384 DeleteResult DeleteEmptyDir(const base::FilePath& path) {
397 base::FilePath GetUserDataDir(const Product& product) {
398 base::FilePath path;
402 return base::FilePath();
411 base::FilePath BackupLocalStateFile(const base::FilePath& user_data_dir) {
412 base::FilePath backup;
413 base::FilePath state_file(user_data_dir.Append(chrome::kLocalStateFilename));
423 DeleteResult DeleteUserDataDir(const base::FilePath& user_data_dir,
444 const base::FilePath user_data_dir(user_data_dir.DirName());
447 const base::FilePath product_dir(user_data_dir.DirName());
461 const base::FilePath& setup_exe) {
465 std::vector<base::FilePath> setup_files;
470 for (base::FilePath setup_dll = file_enumerator.Next(); !setup_dll.empty();
476 base::FilePath tmp_dir;
477 base::FilePath temp_file;
489 for (std::vector<base::FilePath>::const_iterator it = setup_files.begin();
491 const base::FilePath& setup_file = *it;
518 const base::FilePath& target_path = installer_state.target_path();
529 base::FilePath app_host_exe(target_path.Append(installer::kChromeAppHostExe));
539 const base::FilePath& setup_exe) {
540 const base::FilePath& target_path = installer_state.target_path();
551 base::FilePath installer_directory;
562 for (base::FilePath to_delete = file_enumerator.Next(); !to_delete.empty();
668 classes_path.push_back(base::FilePath::kSeparators[0]);
738 AddDelegateExecuteWorkItems(installer_state, base::FilePath(), Version(),
830 base::FilePath registry_hive_file(profile_path);
870 const base::FilePath& application_directory) {
875 const base::FilePath product_directory(application_directory.DirName());
879 const base::FilePath vendor_directory(product_directory.DirName());
902 base::FilePath chrome_exe(installer_state.target_path().Append(kChromeExe));
908 reg_prog_id.push_back(base::FilePath::kSeparators[0]);
914 reg_app_id.push_back(base::FilePath::kSeparators[0]);
965 app_key.push_back(base::FilePath::kSeparators[0]);
967 app_key.push_back(base::FilePath::kSeparators[0]);
972 app_path_key.push_back(base::FilePath::kSeparators[0]);
983 file_assoc_key.push_back(base::FilePath::kSeparators[0]);
985 file_assoc_key.push_back(base::FilePath::kSeparators[0]);
989 open_with_list_key.push_back(base::FilePath::kSeparators[0]);
1013 parent_key.push_back(base::FilePath::kSeparators[0]);
1054 ext_prog_id.push_back(base::FilePath::kSeparators[0]);
1070 const base::FilePath& chrome_exe) {
1079 const base::FilePath& setup_exe,
1157 const base::FilePath system_chrome_path(
1163 base::FilePath(chrome_exe),
1170 DeleteShortcuts(installer_state, product, base::FilePath(chrome_exe));
1259 UninstallFirewallRules(browser_dist, base::FilePath(chrome_exe));
1304 reg_path.push_back(base::FilePath::kSeparators[0]);
1313 std::vector<base::FilePath> com_dll_list;
1315 base::FilePath dll_folder = installer_state.target_path().AppendASCII(
1352 base::FilePath user_data_dir(GetUserDataDir(product));
1353 base::FilePath backup_state_file;
1395 const base::FilePath& setup_exe,
1401 const base::FilePath target_path(installer_state.target_path());
1411 base::FilePath install_directory(setup_exe.DirName());