Home
last modified time | relevance | path

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

/aosp_15_r20/build/soong/android/
H A Dpath_properties.go74 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 Dfilegroup.go160 if mod, _ := SrcIsModuleWithTag(src); mod != "" {
H A Dpaths.go602 if m, t := SrcIsModuleWithTag(path); m != "" {
777 if m, t := SrcIsModuleWithTag(e); m != "" {
848 if m, t := SrcIsModuleWithTag(input.path); m != "" {
H A Dmodule.go2559 func SrcIsModuleWithTag(s string) (module, tag string) { func
2635 if m, t := SrcIsModuleWithTag(s); m != "" {
2652 if m, t := SrcIsModuleWithTag(*s); m != "" {
H A Dmodule_test.go188 gotModule, gotTag := SrcIsModuleWithTag(tt.args.s)
/aosp_15_r20/system/tools/aidl/build/
Daidl_interface.go204 if m, _ := android.SrcIsModuleWithTag(src); m != "" {
/aosp_15_r20/build/soong/java/
H A Ddroiddoc.go429 if moduleName, tag := android.SrcIsModuleWithTag(src); moduleName != "" {
/aosp_15_r20/build/soong/apex/
H A Dbuilder.go398 if m, t := android.SrcIsModuleWithTag(*a.properties.File_contexts); m != "" {