Home
last modified time | relevance | path

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

/build/soong/cc/
Dcompiler.go271 if compiler.hasSrcExt(".proto") {
522 if compiler.hasSrcExt(".proto") {
526 if compiler.hasSrcExt(".y") || compiler.hasSrcExt(".yy") {
531 if compiler.hasSrcExt(".mc") {
536 if compiler.hasSrcExt(".aidl") {
555 if compiler.hasSrcExt(".rscript") || compiler.hasSrcExt(".fs") {
559 if compiler.hasSrcExt(".sysprop") {
591 func (compiler *baseCompiler) hasSrcExt(ext string) bool { func
Dlibrary.go1518 if library.baseCompiler.hasSrcExt(".aidl") {
1529 if library.baseCompiler.hasSrcExt(".proto") {
1543 if library.baseCompiler.hasSrcExt(".sysprop") {