Lines Matching defs:out_file
639 string const out_file = op_realpath(output_dir + source);
651 if (out_file.find("/../") != string::npos) {
654 << out_file << endl;
657 } else if (!is_prefix(out_file, output_dir)) {
659 cerr << "refusing to create file " << out_file
666 if (is_files_identical(out_file, source)) {
668 << out_file << endl;
672 if (create_path(out_file.c_str())) {
674 << '"' << op_dirname(out_file) << '"' << endl;
678 ofstream out(out_file.c_str());
681 << '"' << out_file << '"' << endl;