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

  /external/oprofile/libutil++/
glob_filter.cpp 21 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));
glob_filter.h 48 struct fnmatcher { struct in class:glob_filter
49 fnmatcher(std::string const & str) : str_(str) {} function in struct:glob_filter::fnmatcher
path_filter.cpp 30 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 95 milliseconds