Home
last modified time | relevance | path

Searched refs:SrcIsModuleWithTag (Results 1 – 6 of 6) sorted by relevance

/aosp12/build/soong/android/
H A Dbazel_paths.go92 if m, t := SrcIsModuleWithTag(module); m != "" {
259 if m, tag := SrcIsModuleWithTag(p); m != "" {
H A Dpath_properties.go53 if m, t := SrcIsModuleWithTag(s); m != "" {
H A Dmodule_test.go134 gotModule, gotTag := SrcIsModuleWithTag(tt.args.s)
H A Dpaths.go501 if m, t := SrcIsModuleWithTag(e); m != "" {
559 if m, t := SrcIsModuleWithTag(sPath); m != "" {
H A Dmodule.go2807 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 Daidl_interface.go233 if m, _ := android.SrcIsModuleWithTag(src); m != "" {