Home
last modified time | relevance | path

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

/build/soong/cc/
Dcompiler.go246 if compiler.hasSrcExt(".proto") {
471 if compiler.hasSrcExt(".proto") {
475 if compiler.hasSrcExt(".y") || compiler.hasSrcExt(".yy") {
480 if compiler.hasSrcExt(".mc") {
485 if compiler.hasSrcExt(".aidl") {
503 if compiler.hasSrcExt(".rscript") || compiler.hasSrcExt(".fs") {
507 if compiler.hasSrcExt(".sysprop") {
539 func (compiler *baseCompiler) hasSrcExt(ext string) bool { func
Dlibrary.go1135 if library.baseCompiler.hasSrcExt(".aidl") {
1146 if library.baseCompiler.hasSrcExt(".proto") {
1160 if library.baseCompiler.hasSrcExt(".sysprop") {
/build/soong/python/
Dpython.go284 func hasSrcExt(srcs []string, ext string) bool { func
294 func (p *Module) hasSrcExt(ctx android.BottomUpMutatorContext, ext string) bool { func
295 if hasSrcExt(p.properties.Srcs, protoExt) {
300 return hasSrcExt(p.properties.Version.Py2.Srcs, protoExt)
302 return hasSrcExt(p.properties.Version.Py3.Srcs, protoExt)
312 if p.hasSrcExt(ctx, protoExt) && p.Name() != "libprotobuf-python" {
/build/soong/java/
Djava.go781 if j.hasSrcExt(".proto") {
785 if j.hasSrcExt(".kt") {
807 func hasSrcExt(srcs []string, ext string) bool { func
817 func (j *Module) hasSrcExt(ext string) bool { func
818 return hasSrcExt(j.properties.Srcs, ext)
1319 if hasSrcExt(srcFiles.Strings(), ".proto") {