Searched refs:search_dirs (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/pp/
H A Dopannotate_options.h30 extern std::vector<std::string> search_dirs;
H A Dopannotate_options.cpp34 vector<string> search_dirs; member in namespace:options
61 popt::option(options::search_dirs, "search-dirs", 'd',
108 if (search_dirs.empty() && !base_dirs.empty()) {
H A Dopannotate.cpp714 vector<string>::const_iterator cit = search_dirs.begin();
715 vector<string>::const_iterator end = search_dirs.end();

Completed in 54 milliseconds