Lines Matching refs:old_file
305 void GenerateEnsemblePatch(const base::FilePath& old_file,
308 std::string old_buffer = ReadOrFail(old_file, "'old' input");
325 void ApplyEnsemblePatch(const base::FilePath& old_file,
333 courgette::ApplyEnsemblePatch(old_file.value().c_str(),
368 std::string old_buffer = ReadOrFail(old_file, "'old' input");
382 void GenerateBSDiffPatch(const base::FilePath& old_file,
385 std::string old_buffer = ReadOrFail(old_file, "'old' input");
402 void ApplyBSDiffPatch(const base::FilePath& old_file,
405 std::string old_buffer = ReadOrFail(old_file, "'old' input");
486 UsageProblem("-gen <old_file> <new_file> <patch_file>");
490 UsageProblem("-apply <old_file> <patch_file> <new_file>");
494 UsageProblem("-genbsdiff <old_file> <new_file> <patch_file>");
498 UsageProblem("-applybsdiff <old_file> <patch_file> <new_file>");
502 UsageProblem("-gen1[au] <old_file> <new_file> <patch_files_root>");