Lines Matching refs:old_file
310 void GenerateEnsemblePatch(const base::FilePath& old_file,
313 std::string old_buffer = ReadOrFail(old_file, "'old' input");
330 void ApplyEnsemblePatch(const base::FilePath& old_file,
338 courgette::ApplyEnsemblePatch(old_file.value().c_str(),
373 std::string old_buffer = ReadOrFail(old_file, "'old' input");
387 void GenerateBSDiffPatch(const base::FilePath& old_file,
390 std::string old_buffer = ReadOrFail(old_file, "'old' input");
407 void ApplyBSDiffPatch(const base::FilePath& old_file,
410 std::string old_buffer = ReadOrFail(old_file, "'old' input");
491 UsageProblem("-gen <old_file> <new_file> <patch_file>");
495 UsageProblem("-apply <old_file> <patch_file> <new_file>");
499 UsageProblem("-genbsdiff <old_file> <new_file> <patch_file>");
503 UsageProblem("-applybsdiff <old_file> <patch_file> <new_file>");
507 UsageProblem("-gen1[au] <old_file> <new_file> <patch_files_root>");