OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full: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));
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)));
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
Completed in 36 milliseconds