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

  /external/oprofile/libutil++/
path_filter.h 2 * @file path_filter.h
18 * path_filter - filtering of a string based on globbed include/exclude list
26 class path_filter : public glob_filter { class in inherits:glob_filter
32 path_filter(std::string const & include_patterns = std::string(), function in class:path_filter
39 path_filter(std::vector<std::string> const & include_patterns, function in class:path_filter
path_filter.cpp 2 * @file path_filter.cpp
16 #include "path_filter.h"
22 bool path_filter::match(string const & str) const
Android.mk 32 path_filter.cpp \
  /external/oprofile/libutil++/tests/
path_filter_tests.cpp 15 #include "path_filter.h"
28 path_filter f1("foo,*bar", "foobar");
37 path_filter f2("foo", "");
42 path_filter f3("", "foo");
47 path_filter f4("foo", "foo");
52 path_filter f5("*foo*", "*bar*");
59 path_filter f6(" foo,bar", "bar ");
69 path_filter f7(".", "");
  /external/oprofile/pp/
opannotate_options.h 19 #include "path_filter.h"
28 extern path_filter file_filter;
opannotate_options.cpp 37 path_filter file_filter;
122 options::file_filter = path_filter(include_file, exclude_file);
opannotate.cpp 732 void output_source(path_filter const & filter)
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
filesystem_mock.py 166 path_filter = lambda path: re.match(glob_string, path)
170 return filter(path_filter, existing_files) + filter(path_filter, self.dirs)

Completed in 609 milliseconds