Home
last modified time | relevance | path

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

/external/libabigail/tests/
Dtest-diff-dwarf.cc36 const char* in_elfv0_path; member
365 string in_elfv0_path, in_elfv1_path, in main() local
368 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
370 in_elfv0_path = string(get_src_dir()) + "/tests/" + s->in_elfv0_path; in main()
389 read_corpus_from_elf(in_elfv0_path, in main()
404 cerr << "failed to read " << in_elfv0_path << "\n"; in main()
416 corp0->set_path(s->in_elfv0_path); in main()
Dtest-diff-filter.cc37 const char* in_elfv0_path; member
846 string in_elfv0_path, in_elfv1_path, in perform() local
850 in_elfv0_path = string(get_src_dir()) + "/tests/" + spec.in_elfv0_path; in perform()
869 cmd = abidiff + " " + in_elfv0_path + " " + in_elfv1_path; in perform()
923 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
Dtest-diff-suppr.cc37 const char* in_elfv0_path; member
2088 const std::string in_elfv0_path = in_base_path + spec.in_elfv0_path; in perform() local
2128 const std::string cmd = abidiff + " " + in_elfv0_path + " " + in_elfv1_path in perform()
2191 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) { in main()
2201 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
Dtest-abidiff-exit.cc35 const char* in_elfv0_path; member
471 string in_elfv0_path, in_elfv1_path, in main() local
478 for (InOutSpec* s = in_out_specs; s->in_elfv0_path; ++s) in main()
481 in_elfv0_path = source_dir_prefix + s->in_elfv0_path; in main()
524 cmd = abidiff + " " + in_elfv0_path + " " + in_elfv1_path; in main()