Home | History | Annotate | Download | only in courgette

Lines Matching refs:patch_file

312                            const base::FilePath& patch_file) {
327 WriteSinkToFile(&patch_stream, patch_file);
331 const base::FilePath& patch_file,
339 patch_file.value().c_str(),
375 std::string patch_buffer = ReadOrFail(patch_file, "'patch' input");
389 const base::FilePath& patch_file) {
404 WriteSinkToFile(&patch_stream, patch_file);
408 const base::FilePath& patch_file,
411 std::string patch_buffer = ReadOrFail(patch_file, "'patch' 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>");