Home
last modified time | relevance | path

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

/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
/build/soong/cc/
Dcompiler.go539 func (compiler *baseCompiler) hasSrcExt(ext string) bool { func
/build/soong/java/
Djava.go807 func hasSrcExt(srcs []string, ext string) bool { func
817 func (j *Module) hasSrcExt(ext string) bool { func