Home
last modified time | relevance | path

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

/build/soong/androidmk/androidmk/
Dandroid.go935 func allFilesUnder(wildcard string) func(args []string) []string { func
1012 globalScope.SetFunc("all-java-files-under", allFilesUnder("*.java"))
1013 globalScope.SetFunc("all-proto-files-under", allFilesUnder("*.proto"))
1014 globalScope.SetFunc("all-aidl-files-under", allFilesUnder("*.aidl"))
1015 globalScope.SetFunc("all-Iaidl-files-under", allFilesUnder("I*.aidl"))
1016 globalScope.SetFunc("all-logtags-files-under", allFilesUnder("*.logtags"))