Home
last modified time | relevance | path

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

/aosp12/build/soong/cc/
H A Dcompiler.go271 if compiler.hasSrcExt(".proto") {
522 if compiler.hasSrcExt(".proto") {
526 if compiler.hasSrcExt(".y") || compiler.hasSrcExt(".yy") {
531 if compiler.hasSrcExt(".mc") {
536 if compiler.hasSrcExt(".aidl") {
555 if compiler.hasSrcExt(".rscript") || compiler.hasSrcExt(".fs") {
559 if compiler.hasSrcExt(".sysprop") {
591 func (compiler *baseCompiler) hasSrcExt(ext string) bool { func
H A Dlibrary.go1518 if library.baseCompiler.hasSrcExt(".aidl") {
1529 if library.baseCompiler.hasSrcExt(".proto") {
1543 if library.baseCompiler.hasSrcExt(".sysprop") {
/aosp12/build/soong/java/
H A Dbase.go612 if j.hasSrcExt(".proto") {
616 if j.hasSrcExt(".kt") {
638 func hasSrcExt(srcs []string, ext string) bool { func
648 func (j *Module) hasSrcExt(ext string) bool { func
649 return hasSrcExt(j.properties.Srcs, ext)
845 if hasSrcExt(srcFiles.Strings(), ".proto") {