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

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

Completed in 109 milliseconds