Home
last modified time | relevance | path

Searched refs:first_in_path (Results 1 – 1 of 1) sorted by relevance

/external/libabigail/tests/
Dtest-abidiff.cc33 const char* first_in_path; member
172 string first_in_path, second_in_path, ref_diff_path; in main() local
173 for (InOutSpec *s = specs; s->first_in_path; ++s) in main()
175 first_in_path = in main()
176 string(abigail::tests::get_src_dir()) + "/tests/" + s->first_in_path; in main()
194 file_type t = guess_file_type(first_in_path); in main()
196 tu1 = read_translation_unit_from_file(first_in_path, env.get()); in main()
198 corpus1 = read_corpus_from_native_xml_file(first_in_path, env.get()); in main()
200 corpus_group1 = read_corpus_group_from_native_xml_file(first_in_path, in main()
206 cerr << "failed to read " << first_in_path << "\n"; in main()
[all …]