Home
last modified time | relevance | path

Searched refs:FilterPathListPredicate (Results 1 – 3 of 3) sorted by relevance

/aosp12/build/soong/cc/
H A Dlibrary_sdk_member.go433 exportedIncludeDirs, exportedGeneratedIncludeDirs := android.FilterPathListPredicate(
H A Dlibrary.go1558 …_, headers := android.FilterPathListPredicate(library.baseCompiler.syspropHeaders, func(path andro…
/aosp12/build/soong/android/
H A Dpaths.go779 return FilterPathListPredicate(list, func(p Path) bool { return inPathList(p, filter) })
782 func FilterPathListPredicate(list []Path, predicate func(Path) bool) (remainder []Path, filtered []… func