Home
last modified time | relevance | path

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

/third_party/libabigail/tests/
Dtest-abidiff.cc34 const char* second_in_path; member
195 string first_in_path, second_in_path, ref_diff_path; in main() local
200 second_in_path = in main()
201 string(abigail::tests::get_src_dir()) + "/tests/" + s->second_in_path; in main()
234 t = guess_file_type(second_in_path); in main()
236 tu2 = abixml::read_translation_unit_from_file(second_in_path, env); in main()
238 corpus2 = abixml::read_corpus_from_abixml_file(second_in_path, env); in main()
246 cerr << "failed to read " << second_in_path << "\n"; in main()