Searched refs:first_in_path (Results 1 – 1 of 1) sorted by relevance
33 const char* first_in_path; member196 string first_in_path, second_in_path, ref_diff_path; in main() local197 for (InOutSpec *s = specs; s->first_in_path; ++s) in main()199 first_in_path = in main()200 string(abigail::tests::get_src_dir()) + "/tests/" + s->first_in_path; in main()218 file_type t = guess_file_type(first_in_path); in main()220 tu1 = read_translation_unit_from_file(first_in_path, env.get()); in main()222 corpus1 = read_corpus_from_native_xml_file(first_in_path, env.get()); in main()224 corpus_group1 = read_corpus_group_from_native_xml_file(first_in_path, in main()230 cerr << "failed to read " << first_in_path << "\n"; in main()[all …]