HomeSort by relevance Sort by last modified time
    Searched refs:backup_path (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/build/win/
install-build-deps.py 18 backup_path = source_path + ".backup"
19 if not os.path.exists(backup_path):
22 shutil.copyfile(source_path, backup_path)
25 source_path, backup_path)
  /external/chromium_org/chrome/test/mini_installer_test/
run_all_unittests.cc 25 base::FilePath backup_path = path; local
29 backup_path = backup_path.Append(
35 if (base::PathExists(backup_path))
36 base::DeleteFile(backup_path, true);
37 base::CopyDirectory(path, backup_path, true);
  /external/chromium_org/chrome/browser/bookmarks/
bookmark_storage.cc 35 base::FilePath backup_path = path.ReplaceExtension(kBackupExtension); local
36 base::CopyFile(path, backup_path);
  /external/chromium/chrome/browser/bookmarks/
bookmark_storage.cc 37 FilePath backup_path = path_.ReplaceExtension(kBackupExtension); local
38 file_util::CopyFile(path_, backup_path);

Completed in 977 milliseconds