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

/external/oprofile/pp/
H A Dopannotate_options.h31 extern std::vector<std::string> base_dirs;
H A Dopannotate_options.cpp35 vector<string> base_dirs; member in namespace:options
63 popt::option(options::base_dirs, "base-dirs", 'b',
108 if (search_dirs.empty() && !base_dirs.empty()) {
H A Dopannotate.cpp702 vector<string>::const_iterator cit = base_dirs.begin();
703 vector<string>::const_iterator end = base_dirs.end();

Completed in 38 milliseconds