Home
last modified time | relevance | path

Searched refs:fnmatcher (Results 1 – 3 of 3) sorted by relevance

/external/oprofile/libutil++/
Dpath_filter.cpp30 fnmatcher(op_basename(comp))); in match()
43 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(base)); in match()
48 cit = find_if(include.begin(), include.end(), fnmatcher(base)); in match()
57 fnmatcher(op_basename(compi))); in match()
Dglob_filter.cpp21 bool glob_filter::fnmatcher::operator()(string const & s) in operator ()()
30 cit = find_if(exclude.begin(), exclude.end(), fnmatcher(str)); in match()
34 cit = find_if(include.begin(), include.end(), fnmatcher(str)); in match()
Dglob_filter.h48 struct fnmatcher { struct
49 fnmatcher(std::string const & str) : str_(str) {} in fnmatcher() function