Searched refs:di_root_paths (Results 1 – 2 of 2) sorted by relevance
77 vector<char*> di_root_paths; member158 for (vector<char*>::iterator i = di_root_paths.begin(); in ~options()159 i != di_root_paths.end(); in ~options()254 opts.di_root_paths.push_back in parse_command_line()623 if (opts.di_root_paths.empty()) in load_corpus_and_write_abixml()641 opts.di_root_paths.begin(); in load_corpus_and_write_abixml()642 i != opts.di_root_paths.end(); in load_corpus_and_write_abixml()645 if (i != opts.di_root_paths.begin()) in load_corpus_and_write_abixml()895 tools_utils::convert_char_stars_to_char_star_stars(o.di_root_paths, in prepare_di_root_paths()
10629 * tools/abidiff.cc (options::di_root_paths{1,2}): Changed