Home
last modified time | relevance | path

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

/third_party/libabigail/tools/
Dabidw.cc80 vector<char*> di_root_paths; member
168 for (vector<char*>::iterator i = di_root_paths.begin(); in ~options()
169 i != di_root_paths.end(); in ~options()
272 opts.di_root_paths.push_back in parse_command_line()
660 if (opts.di_root_paths.empty()) in load_corpus_and_write_abixml()
678 opts.di_root_paths.begin(); in load_corpus_and_write_abixml()
679 i != opts.di_root_paths.end(); in load_corpus_and_write_abixml()
682 if (i != opts.di_root_paths.begin()) in load_corpus_and_write_abixml()
934 tools_utils::convert_char_stars_to_char_star_stars(o.di_root_paths, in prepare_di_root_paths()
/third_party/libabigail/
DChangeLog15491 * tools/abidiff.cc (options::di_root_paths{1,2}): Changed