Home
last modified time | relevance | path

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

/build/soong/cc/
Dcompiler.go737 func (compiler *baseCompiler) hasSrcExt(ctx BaseModuleContext, ext string) bool { func
/build/soong/java/
Dbase.go952 func hasSrcExt(srcs []string, ext string) bool { func
962 func (j *Module) hasSrcExt(ext string) bool { func