Lines Matching refs:out_file
635 string const out_file = op_realpath(output_dir + source); in output_one_file() local
647 if (out_file.find("/../") != string::npos) { in output_one_file()
650 << out_file << endl; in output_one_file()
653 } else if (!is_prefix(out_file, output_dir)) { in output_one_file()
655 cerr << "refusing to create file " << out_file in output_one_file()
662 if (is_files_identical(out_file, source)) { in output_one_file()
664 << out_file << endl; in output_one_file()
668 if (create_path(out_file.c_str())) { in output_one_file()
670 << '"' << op_dirname(out_file) << '"' << endl; in output_one_file()
674 ofstream out(out_file.c_str()); in output_one_file()
677 << '"' << out_file << '"' << endl; in output_one_file()