Home
last modified time | relevance | path

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

/aosp12/build/soong/java/
H A Dbase.go638 func hasSrcExt(srcs []string, ext string) bool { func
648 func (j *Module) hasSrcExt(ext string) bool { func
/aosp12/build/soong/cc/
H A Dcompiler.go591 func (compiler *baseCompiler) hasSrcExt(ext string) bool { func