Home
last modified time | relevance | path

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

/build/soong/cc/
Dcompiler.go233 if compiler.hasSrcExt(".proto") {
463 if compiler.hasSrcExt(".proto") {
467 if compiler.hasSrcExt(".y") || compiler.hasSrcExt(".yy") {
472 if compiler.hasSrcExt(".mc") {
477 if compiler.hasSrcExt(".aidl") {
495 if compiler.hasSrcExt(".rscript") || compiler.hasSrcExt(".fs") {
499 if compiler.hasSrcExt(".sysprop") {
531 func (compiler *baseCompiler) hasSrcExt(ext string) bool { func
Dlibrary.go1124 if library.baseCompiler.hasSrcExt(".aidl") {
1135 if library.baseCompiler.hasSrcExt(".proto") {
1149 if library.baseCompiler.hasSrcExt(".sysprop") {
/build/soong/python/
Dpython.go265 func hasSrcExt(srcs []string, ext string) bool { func
275 func (p *Module) hasSrcExt(ctx android.BottomUpMutatorContext, ext string) bool { func
276 if hasSrcExt(p.properties.Srcs, protoExt) {
281 return hasSrcExt(p.properties.Version.Py2.Srcs, protoExt)
283 return hasSrcExt(p.properties.Version.Py3.Srcs, protoExt)
293 if p.hasSrcExt(ctx, protoExt) && p.Name() != "libprotobuf-python" {
/build/soong/java/
Djava.go739 if j.hasSrcExt(".proto") {
743 if j.hasSrcExt(".kt") {
765 func hasSrcExt(srcs []string, ext string) bool { func
775 func (j *Module) hasSrcExt(ext string) bool { func
776 return hasSrcExt(j.properties.Srcs, ext)
1264 if hasSrcExt(srcFiles.Strings(), ".proto") {