Searched refs:get_build_dir (Results 1 – 20 of 20) sorted by relevance
68 using abigail::tests::get_build_dir; in get_test_build_dir()69 return string(get_build_dir()) + "/tests"; in get_test_build_dir()76 using abigail::tests::get_build_dir; in get_tools_build_dir()77 return string(get_build_dir()) + "/tools"; in get_tools_build_dir()83 using abigail::tests::get_build_dir; in main()
22 using abigail::tests::get_build_dir;58 using abigail::tests::get_build_dir; in main()75 string(get_build_dir()) + "/tests/" + s->out_report_path; in main()85 abidiff = string(get_build_dir()) + "/tools/abidiff"; in main()
147 using abigail::tests::get_build_dir; in main()155 abidw = string(get_build_dir()) + "/tools/abidw " in main()163 string(get_build_dir()) + "/tests/" + s->out_report_path; in main()
92 using abigail::tests::get_build_dir; in main()108 string(get_build_dir()) + "/tests/" + s->out_report_path; in main()118 abisym = string(get_build_dir()) + "/tools/abisym"; in main()
86 using abigail::tests::get_build_dir; in main()95 abidw = string(get_build_dir()) + "/tools/abidw"; in main()104 string(get_build_dir()) + "/tests/" + s->out_report_path; in main()
206 using abigail::tests::get_build_dir; in main()230 string(get_build_dir()) + "/tests/" + s->out_report_path; in main()240 abicompat = string(get_build_dir()) + "/tools/abicompat"; in main()
354 using abigail::tests::get_build_dir; in main()374 string(get_build_dir()) + "/tests/" + s->out_report_path; in main()430 string(get_build_dir()) + "/tests/" + s->out_report_path; in main()
856 using abigail::tests::get_build_dir; in perform()870 string(get_build_dir()) + "/tests/" + spec.out_report_path; in perform()880 abidiff = string(get_build_dir()) + "/tools/abidiff"; in perform()
19 using abigail::tests::get_build_dir;96 string abidw = string(get_build_dir()) + "/tools/abidw"; in run_abidw()227 string out_abi_base = string(get_build_dir()) + "/tests/"; in run_tests()
34 using abigail::tests::get_build_dir;316 string(abigail::tests::get_build_dir()) + "/tests/" + output_suffix; in perform()325 string abilint = string(get_build_dir()) + "/tools/abilint"; in perform()
31 using abigail::tests::get_build_dir;2116 std::string abidiff = std::string(get_build_dir()) + "/tools/abidiff" + " " in perform()2186 const std::string out_base_path = std::string(get_build_dir()) + "/tests/"; in main()
87 using abigail::tests::get_build_dir; in perform()89 string abidw = string(get_build_dir()) + "/tools/abidw"; in perform()
497 using abigail::tests::get_build_dir; in main()509 string build_dir_prefix = string(get_build_dir()) + "/tests/"; in main()538 abidiff = string(get_build_dir()) + "/tools/abidiff"; in main()
1118 using abigail::tests::get_build_dir; in perform()1188 string(get_build_dir()) + "/tests/" + spec.out_report_path; in perform()1198 abipkgdiff = string(get_build_dir()) + "/tools/abipkgdiff"; in perform()
188 string(abigail::tests::get_build_dir()) + "/tests/" + specs->out_path; in main()205 string(abigail::tests::get_build_dir()) + "/tests/" + s->out_path; in main()
29 using abigail::tests::get_build_dir;627 string abidw = string(get_build_dir()) + "/tools/abidw"; in perform()
25 const char* get_build_dir();
34 get_build_dir() in get_build_dir() function
147 string(abigail::tests::get_build_dir()) + "/tests/" + output_suffix; in main()
25463 get_build_dir() return a const char*, as opposed to returning a25467 * 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