Home
last modified time | relevance | path

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

/build/soong/android/
Dpath_properties.go77 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 != "" {
Dfilegroup.go160 if mod, _ := SrcIsModuleWithTag(src); mod != "" {
Dpaths.go610 if m, t := SrcIsModuleWithTag(path); m != "" {
785 if m, t := SrcIsModuleWithTag(e); m != "" {
856 if m, t := SrcIsModuleWithTag(input.path); m != "" {
Dmodule_test.go188 gotModule, gotTag := SrcIsModuleWithTag(tt.args.s)
Dmodule.go2819 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/
Ddroiddoc.go433 if moduleName, tag := android.SrcIsModuleWithTag(src); moduleName != "" {
/build/soong/apex/
Dbuilder.go408 if m, t := android.SrcIsModuleWithTag(*a.properties.File_contexts); m != "" {