Searched refs:FilterPathListPredicate (Results 1 – 3 of 3) sorted by relevance
433 exportedIncludeDirs, exportedGeneratedIncludeDirs := android.FilterPathListPredicate(
1558 …_, headers := android.FilterPathListPredicate(library.baseCompiler.syspropHeaders, func(path andro…
779 return FilterPathListPredicate(list, func(p Path) bool { return inPathList(p, filter) })782 func FilterPathListPredicate(list []Path, predicate func(Path) bool) (remainder []Path, filtered []… func