Searched refs:SrcIsModuleWithTag (Results 1 – 6 of 6) sorted by relevance
/aosp12/build/soong/android/ |
H A D | bazel_paths.go | 92 if m, t := SrcIsModuleWithTag(module); m != "" { 259 if m, tag := SrcIsModuleWithTag(p); m != "" {
|
H A D | path_properties.go | 53 if m, t := SrcIsModuleWithTag(s); m != "" {
|
H A D | module_test.go | 134 gotModule, gotTag := SrcIsModuleWithTag(tt.args.s)
|
H A D | paths.go | 501 if m, t := SrcIsModuleWithTag(e); m != "" { 559 if m, t := SrcIsModuleWithTag(sPath); m != "" {
|
H A D | module.go | 2807 func SrcIsModuleWithTag(s string) (module, tag string) { func 2841 if m, t := SrcIsModuleWithTag(s); m != "" { 2858 if m, t := SrcIsModuleWithTag(*s); m != "" {
|
/aosp12/system/tools/aidl/build/ |
H A D | aidl_interface.go | 233 if m, _ := android.SrcIsModuleWithTag(src); m != "" {
|