Searched refs:SrcIsModuleWithTag (Results 1 – 8 of 8) sorted by relevance
/aosp_15_r20/build/soong/android/ |
H A D | path_properties.go | 74 if m, t := SrcIsModuleWithTag(s); m != "" { 82 if m, t := SrcIsModuleWithTag(s); m != "" { 99 if m, t := SrcIsModuleWithTag(s); m != "" { 107 if m, t := SrcIsModuleWithTag(s); m != "" { 113 if m, t := SrcIsModuleWithTag(s); m != "" {
|
H A D | filegroup.go | 160 if mod, _ := SrcIsModuleWithTag(src); mod != "" {
|
H A D | paths.go | 602 if m, t := SrcIsModuleWithTag(path); m != "" { 777 if m, t := SrcIsModuleWithTag(e); m != "" { 848 if m, t := SrcIsModuleWithTag(input.path); m != "" {
|
H A D | module.go | 2559 func SrcIsModuleWithTag(s string) (module, tag string) { func 2635 if m, t := SrcIsModuleWithTag(s); m != "" { 2652 if m, t := SrcIsModuleWithTag(*s); m != "" {
|
H A D | module_test.go | 188 gotModule, gotTag := SrcIsModuleWithTag(tt.args.s)
|
/aosp_15_r20/system/tools/aidl/build/ |
D | aidl_interface.go | 204 if m, _ := android.SrcIsModuleWithTag(src); m != "" {
|
/aosp_15_r20/build/soong/java/ |
H A D | droiddoc.go | 429 if moduleName, tag := android.SrcIsModuleWithTag(src); moduleName != "" {
|
/aosp_15_r20/build/soong/apex/ |
H A D | builder.go | 398 if m, t := android.SrcIsModuleWithTag(*a.properties.File_contexts); m != "" {
|