Home
last modified time | relevance | path

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

/build/soong/cc/
Dcompiler.go303 if compiler.hasSrcExt(".proto") {
607 if compiler.hasSrcExt(".proto") {
611 if compiler.hasSrcExt(".y") || compiler.hasSrcExt(".yy") {
650 if compiler.hasSrcExt(".aidl") {
660 if compiler.hasSrcExt(".rscript") || compiler.hasSrcExt(".fs") {
664 if compiler.hasSrcExt(".sysprop") {
710 func (compiler *baseCompiler) hasSrcExt(ext string) bool { func
750 return len(deps.AidlLibraryInfos) > 0 || compiler.hasSrcExt(".aidl")
Dcc.go923 hasAidl = b.hasSrcExt(".aidl")
924 hasLex = b.hasSrcExt(".l") || b.hasSrcExt(".ll")
925 hasProto = b.hasSrcExt(".proto")
926 hasRenderscript = b.hasSrcExt(".rscript") || b.hasSrcExt(".fs")
927 hasSysprop = b.hasSrcExt(".sysprop")
928 hasWinMsg = b.hasSrcExt(".mc")
929 hasYacc = b.hasSrcExt(".y") || b.hasSrcExt(".yy")
Dlibrary.go1646 if library.baseCompiler.hasSrcExt(".aidl") {
1662 if library.baseCompiler.hasSrcExt(".proto") {
1676 if library.baseCompiler.hasSrcExt(".sysprop") {
/build/soong/java/
Dbase.go862 if j.hasSrcExt(".proto") {
866 if j.hasSrcExt(".kt") {
891 func hasSrcExt(srcs []string, ext string) bool { func
901 func (j *Module) hasSrcExt(ext string) bool { func
902 return hasSrcExt(j.properties.Srcs, ext)
1135 if hasSrcExt(srcFiles.Strings(), ext) {
1139 if hasSrcExt(srcFiles.Strings(), ".proto") {