Home
last modified time | relevance | path

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

/third_party/libabigail/tests/
Dtest-read-common.h39 const char* in_public_headers_path; member
59 string in_public_headers_path; member
93 if (spec.in_public_headers_path) in set_in_public_headers_path()
94 in_public_headers_path = spec.in_public_headers_path; in set_in_public_headers_path()
95 if (!in_public_headers_path.empty()) in set_in_public_headers_path()
96 in_public_headers_path = in_elf_base + spec.in_public_headers_path; in set_in_public_headers_path()
Dtest-read-common.cc101 if (!in_public_headers_path.empty()) in run_abidw()
102 drop_private_types += "--headers-dir " + in_public_headers_path + in run_abidw()
Dtest-read-dwarf.cc629 if (!in_public_headers_path.empty()) in perform()
630 drop_private_types += "--headers-dir " + in_public_headers_path + in perform()
/third_party/libabigail/
DChangeLog6231 * tests/test-read-dwarf.cc (InOutSpec::in_public_headers_path):
6237 InOutSpec::in_public_headers_path to construct and add