Home | History | Annotate | Download | only in courgette

Lines Matching refs:new_file

311                            const base::FilePath& new_file,
314 std::string new_buffer = ReadOrFail(new_file, "'new' input");
332 const base::FilePath& new_file) {
340 new_file.value().c_str());
388 const base::FilePath& new_file,
391 std::string new_buffer = ReadOrFail(new_file, "'new' input");
409 const base::FilePath& new_file) {
424 WriteSinkToFile(&new_stream, new_file);
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>");