Searched refs:SrcIsModuleWithTag (Results 1 – 7 of 7) sorted by relevance
| /build/soong/android/ |
| D | path_properties.go | 77 if m, t := SrcIsModuleWithTag(s); m != "" { 85 if m, t := SrcIsModuleWithTag(s); m != "" { 102 if m, t := SrcIsModuleWithTag(s); m != "" { 110 if m, t := SrcIsModuleWithTag(s); m != "" { 116 if m, t := SrcIsModuleWithTag(s); m != "" { 122 if m, t := SrcIsModuleWithTag(s); m != "" {
|
| D | filegroup.go | 160 if mod, _ := SrcIsModuleWithTag(src); mod != "" {
|
| D | paths.go | 610 if m, t := SrcIsModuleWithTag(path); m != "" { 785 if m, t := SrcIsModuleWithTag(e); m != "" { 856 if m, t := SrcIsModuleWithTag(input.path); m != "" {
|
| D | module_test.go | 188 gotModule, gotTag := SrcIsModuleWithTag(tt.args.s)
|
| D | module.go | 2819 func SrcIsModuleWithTag(s string) (module, tag string) { func 2895 if m, t := SrcIsModuleWithTag(s); m != "" { 2912 if m, t := SrcIsModuleWithTag(*s); m != "" {
|
| /build/soong/java/ |
| D | droiddoc.go | 433 if moduleName, tag := android.SrcIsModuleWithTag(src); moduleName != "" {
|
| /build/soong/apex/ |
| D | builder.go | 408 if m, t := android.SrcIsModuleWithTag(*a.properties.File_contexts); m != "" {
|