HomeSort by relevance Sort by last modified time
    Searched refs:base_dirs (Results 1 - 3 of 3) sorted by null

  /external/oprofile/pp/
opannotate_options.h 31 extern std::vector<std::string> base_dirs;
opannotate_options.cpp 35 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()) {
opannotate.cpp 700 vector<string>::const_iterator cit = base_dirs.begin();
701 vector<string>::const_iterator end = base_dirs.end();

Completed in 702 milliseconds