Home
last modified time | relevance | path

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

/third_party/libabigail/tests/
Dtest-diff-pkg.cc36 using abigail::tests::get_src_dir;
1129 string(get_src_dir()) + "/tests/" + spec.first_in_package_path; in perform()
1131 string(get_src_dir()) + "/tests/" + spec.second_in_package_path; in perform()
1145 first_in_debug_package_paths.push_back(string(get_src_dir()) + in perform()
1162 second_in_debug_package_paths.push_back(string(get_src_dir()) + in perform()
1171 string(get_src_dir()) + "/tests/" + spec.first_in_devel_package_path; in perform()
1176 string(get_src_dir()) + "/tests/" + spec.second_in_devel_package_path; in perform()
1181 string(get_src_dir()) + "/tests/" + spec.suppression_path; in perform()
1186 string(get_src_dir()) + "/tests/" + spec.ref_report_path; in perform()
Dtest-abicompat.cc205 using abigail::tests::get_src_dir; in main()
217 in_app_path = string(get_src_dir()) + "/tests/" + s->in_app_path; in main()
218 in_lib1_path = string(get_src_dir()) + "/tests/" + s->in_lib1_path; in main()
220 in_lib2_path = string(get_src_dir()) + "/tests/" + s->in_lib2_path; in main()
226 suppression_path = string(get_src_dir()) + "/tests/" + s->suppressions; in main()
228 ref_report_path = string(get_src_dir()) + "/tests/" + s->in_report_path; in main()
Dtest-alt-dwarf-file.cc85 using abigail::tests::get_src_dir; in main()
99 in_elf_path = string(get_src_dir()) + "/tests/" + s->in_elf_path; in main()
101 string(get_src_dir()) + "/tests/" + s->debug_info_dir_path; in main()
102 ref_report_path = string(get_src_dir()) + "/tests/" + s->in_report_path; in main()
Dtest-diff-dwarf-abixml.cc57 using abigail::tests::get_src_dir; in main()
70 in_elf_path = string(get_src_dir()) + "/tests/" + s->in_elf_path; in main()
71 in_abi_path = string(get_src_dir()) + "/tests/"+ s->in_abi_path; in main()
73 string(get_src_dir()) + "/tests/" + s->in_report_path; in main()
Dtest-diff-dwarf.cc353 using abigail::tests::get_src_dir; in main()
371 in_elfv0_path = string(get_src_dir()) + "/tests/" + s->in_elfv0_path; in main()
372 in_elfv1_path = string(get_src_dir()) + "/tests/" + s->in_elfv1_path; in main()
428 string(get_src_dir()) + "/tests/" + s->in_report_path; in main()
Dtest-kmi-whitelist.cc30 = std::string(abigail::tests::get_src_dir())
34 = std::string(abigail::tests::get_src_dir())
38 = std::string(abigail::tests::get_src_dir())
42 = std::string(abigail::tests::get_src_dir())
Dtest-diff-filter.cc855 using abigail::tests::get_src_dir; in perform()
864 in_elfv0_path = string(get_src_dir()) + "/tests/" + spec.in_elfv0_path; in perform()
865 in_elfv1_path = string(get_src_dir()) + "/tests/" + spec.in_elfv1_path; in perform()
868 string(get_src_dir()) + "/tests/" + spec.in_report_path; in perform()
Dtest-annotate.cc146 using abigail::tests::get_src_dir; in main()
160 in_elf_path = string(get_src_dir()) + "/tests/" + s->in_elf_path; in main()
161 ref_report_path = string(get_src_dir()) + "/tests/" + s->in_report_path; in main()
Dtest-lookup-syms.cc91 using abigail::tests::get_src_dir; in main()
103 in_elf_path = string(get_src_dir()) + "/tests/" + s->in_elf_path; in main()
106 ref_report_path = string(get_src_dir()) + "/tests/" + s->in_report_path; in main()
Dtest-abidiff.cc199 string(abigail::tests::get_src_dir()) + "/tests/" + s->first_in_path; in main()
201 string(abigail::tests::get_src_dir()) + "/tests/" + s->second_in_path; in main()
203 string(abigail::tests::get_src_dir()) + "/tests/" + s->ref_diff_path; in main()
Dtest-read-write.cc272 string(abigail::tests::get_src_dir()) + "/tests/" + input_suffix; in perform()
282 string(abigail::tests::get_src_dir()) in perform()
295 string(abigail::tests::get_src_dir()) in perform()
Dtest-ini.cc60 using abigail::tests::get_src_dir; in get_test_src_dir()
61 return string(get_src_dir()) + "/tests"; in get_test_src_dir()
Dtest-types-stability.cc86 using abigail::tests::get_src_dir; in perform()
90 string elf_path = string(get_src_dir()) + "/tests/" + path; in perform()
Dtest-diff-suppr.cc30 using abigail::tests::get_src_dir;
2185 const std::string in_base_path = std::string(get_src_dir()) + "/tests/"; in main()
Dtest-utils.h24 const char* get_src_dir();
Dtest-abidiff-exit.cc496 using abigail::tests::get_src_dir; in main()
508 string source_dir_prefix = string(get_src_dir()) + "/tests/"; in main()
Dtest-utils.cc20 get_src_dir() in get_src_dir() function
Dtest-core-diff.cc143 string(abigail::tests::get_src_dir()) + "/tests/" + input_suffix; in main()
Dtest-read-common.cc228 string in_elf_base = string(abigail::tests::get_src_dir()) + "/tests/"; in run_tests()
Dtest-symtab.cc32 std::string(abigail::tests::get_src_dir()) + "/tests/data/test-symtab/";
/third_party/libabigail/
DChangeLog25462 * tests/test-utils.cc: Update copyright. Make get_src_dir() and
25467 * tests/test-utils.h: Make get_src_dir() and get_build_dir()
25470 get_src_dir() and get_build_dir() change.
44264 * tests/test-utils.{h,cc} (get_src_dir,get_build_dir): Constify