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

/haiku/headers/private/shared/
H A DEntryFilter.h128 if (_Filter(fExcludeFilters, path, name))
132 return fIncludeFilters == NULL || _Filter(fIncludeFilters, path, name);
160 static bool _Filter(const BasicEntryFilter* const& filterList, function in class:BPrivate::EntryFilter

Completed in 26 milliseconds