Home
last modified time | relevance | path

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

/external/libabigail/tools/
Dabidw.cc76 vector<char*> di_root_paths; member
136 for (vector<char*>::iterator i = di_root_paths.begin(); in ~options()
137 i != di_root_paths.end(); in ~options()
220 opts.di_root_paths.push_back in parse_command_line()
502 if (opts.di_root_paths.empty()) in load_corpus_and_write_abixml()
520 opts.di_root_paths.begin(); in load_corpus_and_write_abixml()
521 i != opts.di_root_paths.end(); in load_corpus_and_write_abixml()
524 if (i != opts.di_root_paths.begin()) in load_corpus_and_write_abixml()
748 tools_utils::convert_char_stars_to_char_star_stars(o.di_root_paths, in prepare_di_root_paths()
/external/libabigail/
DChangeLog7077 * tools/abidiff.cc (options::di_root_paths{1,2}): Changed