Lines Matching defs:file2
69 string file2;
204 << "usage: " << prog_name << " [options] [<file1> <file2>]\n"
209 << " --debug-info-dir2|--d2 <path> the root for the debug info of file2\n"
212 << " --headers-dir2|--hd2 <path> the path to headers of file2\n"
213 << " --header-file2|--hf2 <path> the path to one header of file2\n"
309 else if (opts.file2.empty())
310 opts.file2 = argv[i];
395 else if (!strcmp(argv[i], "--header-file2")
877 if (reader.corpus_path() == opts.file2
1170 if (!opts.file1.empty() && !opts.file2.empty())
1175 if (!check_file(opts.file2, cerr))
1181 t2_type = guess_file_type(opts.file2);
1207 || file_is_suppressed(opts.file2, supprs));
1291 << "Unknown content type for file " << opts.file2 << "\n";
1295 t2 = abixml::read_translation_unit_from_file(opts.file2,
1307 create_best_elf_based_reader(opts.file2,
1327 abigail::fe_iface_sptr rdr = abixml::create_reader(opts.file2, env);
1339 abigail::fe_iface_sptr rdr = abixml::create_reader(opts.file2, env);
1400 opts.file2,
1434 opts.file2,